In class "fa" do not inherit text-indent

Set explicitly to 0 in case icon is within a region of indented text.
This commit is contained in:
Cris Perdue 2016-09-26 09:23:06 -07:00 committed by GitHub
parent 48a7d9db28
commit dbb5c1ee6f

View File

@ -16,6 +16,7 @@
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
text-indent: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}