mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-26 13:31:30 +08:00
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:
parent
48a7d9db28
commit
dbb5c1ee6f
1
css/font-awesome.css
vendored
1
css/font-awesome.css
vendored
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user