We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e06e4a commit 025a534Copy full SHA for 025a534
src/material/icon/icon.scss
@@ -11,6 +11,10 @@ $size: 24px !default;
11
height: $size;
12
width: $size;
13
14
+ // In some cases the icon elements may extend beyond the container. Clip these cases
15
+ // in order to avoid weird overflows and click areas. See #11826.
16
+ overflow: hidden;
17
+
18
&.mat-icon-inline {
19
font-size: inherit;
20
height: inherit;
0 commit comments