fix issue with spinner icon & longrunning active state

- using padding meant the icon would visually spin 'wobbly'
- button content is no longer centre aligned so button longrunning active state should not be either
- fixes #8615
pull/9055/head
LB Johnston 2022-06-12 11:30:41 +10:00 zatwierdzone przez Matt Westcott
rodzic 511f44fa48
commit 45288f9de1
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -237,7 +237,6 @@
&-active {
display: inline-flex;
justify-content: center;
align-items: center;
}

Wyświetl plik

@ -475,7 +475,7 @@ footer .preview {
@apply w-leading-none w-inline-flex w-items-center;
.icon {
@apply w-pr-2;
margin-inline-end: theme('spacing.2');
}
}
}