mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(style): ensure that the loading icon is inline (#2550)
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
}
|
||||
|
||||
.circular {
|
||||
display: inline;
|
||||
height: $--loading-spinner-size;
|
||||
width: $--loading-spinner-size;
|
||||
animation: loading-rotate 2s linear infinite;
|
||||
|
||||
Reference in New Issue
Block a user