Fix: Centered material icons by default
This commit is contained in:
parent
4f8e708038
commit
bdc6dcbf78
1 changed files with 2 additions and 0 deletions
|
|
@ -113,6 +113,8 @@ html {
|
||||||
word-wrap: normal;
|
word-wrap: normal;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
|
line-height: 1;
|
||||||
|
vertical-align: middle;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue