mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-15 09:40:27 +08:00
Fix wobbling
This commit is contained in:
parent
21fa5b25fe
commit
18f9bc9b05
1
src/assets/font-awesome/less/spinning.less
vendored
1
src/assets/font-awesome/less/spinning.less
vendored
@ -40,6 +40,7 @@
|
|||||||
-moz-animation: spin2 .8s infinite steps(1,end);
|
-moz-animation: spin2 .8s infinite steps(1,end);
|
||||||
-o-animation: spin2 .8s infinite steps(1,end);
|
-o-animation: spin2 .8s infinite steps(1,end);
|
||||||
animation: spin2 .8s infinite steps(1,end);
|
animation: spin2 .8s infinite steps(1,end);
|
||||||
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
@-moz-keyframes spin2 {
|
@-moz-keyframes spin2 {
|
||||||
|
Loading…
Reference in New Issue
Block a user