Fix font size for custom listing button styles (#12456)

pull/13030/head
sag​e 2024-10-24 09:33:28 +01:00 zatwierdzone przez Thibaud Colas
rodzic 3c51c15b45
commit 4760836769
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -116,7 +116,6 @@
.actions .button {
@apply w-leading-none w-inline-flex w-items-center;
font-size: theme('fontSize.16');
font-weight: 600;
padding: 0 theme('spacing.3');
white-space: initial;
@ -138,6 +137,7 @@
}
> .button {
font-size: theme('fontSize.16');
flex-grow: 1;
}
}