fix for bug: Icons are misplaced in contexts with non-zero text-indent values #8945

This commit is contained in:
domind 2019-12-06 12:21:36 +02:00
parent 516a62816c
commit 2fdf46e238
4 changed files with 4 additions and 2 deletions

View File

@ -14,6 +14,7 @@
font-style: normal;
font-variant: normal;
text-rendering: auto;
text-indent: initial;
line-height: 1; }
.fa-lg {

2
css/all.min.css vendored

File diff suppressed because one or more lines are too long

1
css/fontawesome.css vendored
View File

@ -14,6 +14,7 @@
font-style: normal;
font-variant: normal;
text-rendering: auto;
text-indent: initial;
line-height: 1; }
.fa-lg {

File diff suppressed because one or more lines are too long