Fix positioning of StreamField and rich text "add" toggle buttons

pull/9920/head
Thibaud Colas 2023-01-18 10:57:58 +00:00
rodzic 8b231d19c6
commit 0fc8df059a
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -172,7 +172,7 @@ $draftail-editor-font-family: $font-sans;
color: theme('colors.secondary.DEFAULT');
width: theme('spacing.4');
height: theme('spacing.4');
margin-inline-end: theme('spacing.1');
margin-inline-end: 1px;
@include media-breakpoint-up(sm) {
width: theme('spacing.5');

Wyświetl plik

@ -13,7 +13,7 @@
pointer-events: none;
border: 1px solid currentColor;
border-radius: theme('borderRadius.full');
margin-inline-start: theme('spacing.[0.5]');
margin-inline-start: -1px;
.icon {
width: theme('spacing.3');