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

View File

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