fix(style): ensure that the loading icon is inline (#2550)

This commit is contained in:
anguiao 2021-07-21 22:21:28 -05:00 committed by GitHub
parent b9555ea242
commit 82bd102995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,7 @@
}
.circular {
display: inline;
height: $--loading-spinner-size;
width: $--loading-spinner-size;
animation: loading-rotate 2s linear infinite;