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 36db1c0 commit 39d08fcCopy full SHA for 39d08fc
src/lib/icon/icon.scss
@@ -11,6 +11,10 @@ $mat-icon-size: 24px !default;
11
height: $mat-icon-size;
12
width: $mat-icon-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