mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-07 00:47:15 +08:00
fix for bug: Icons are misplaced in contexts with non-zero text-indent values #8945
This commit is contained in:
parent
516a62816c
commit
2fdf46e238
@ -14,6 +14,7 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
text-rendering: auto;
|
text-rendering: auto;
|
||||||
|
text-indent: initial;
|
||||||
line-height: 1; }
|
line-height: 1; }
|
||||||
|
|
||||||
.fa-lg {
|
.fa-lg {
|
||||||
|
2
css/all.min.css
vendored
2
css/all.min.css
vendored
File diff suppressed because one or more lines are too long
1
css/fontawesome.css
vendored
1
css/fontawesome.css
vendored
@ -14,6 +14,7 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
text-rendering: auto;
|
text-rendering: auto;
|
||||||
|
text-indent: initial;
|
||||||
line-height: 1; }
|
line-height: 1; }
|
||||||
|
|
||||||
.fa-lg {
|
.fa-lg {
|
||||||
|
2
css/fontawesome.min.css
vendored
2
css/fontawesome.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user