Skip to content

Commit a1e628a

Browse files
committed
refactor: simplify spinner alignment fix to letter-spacing only
1 parent c8f784a commit a1e628a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/css/main.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,8 +1153,7 @@ table.alt tfoot {
11531153
/* Keep spinner rotation visually centered in the "Testing" button state. */
11541154
#startButton .btn-testing .fa-spin {
11551155
letter-spacing: 0;
1156-
transform-origin: 50% 50%;
1157-
vertical-align: middle;
1156+
11581157
}
11591158

11601159
@keyframes fa-spin {

0 commit comments

Comments
 (0)