We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d79bf commit 275d78eCopy full SHA for 275d78e
src/material/icon/icon.scss
@@ -45,8 +45,8 @@ mat-icon {
45
}
46
47
48
-.mat-icon:has(div[style*="letter-spacing:"]):has(div[style*="word-spacing:"]) {
49
- /* Apply styles to avoid text spacing */
+.mat-icon:has(div[style*='letter-spacing:']):has(div[style*='word-spacing:']) {
+ // Apply styles to avoid text spacing
50
letter-spacing: 0 !important;
51
word-spacing: 0 !important;
52
line-height: 1 !important;
0 commit comments