Add more space for buttons next to fields in TypedTableBlock

pull/10366/head
Thibaud Colas 2023-04-20 07:43:49 +01:00 zatwierdzone przez Sage Abdullah
rodzic b81ec15e3d
commit 3a98b062a9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: EB1A33CC51CC0217
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -94,4 +94,14 @@
.control-cell ul.add-column-menu {
top: 0;
}
.w-field--commentable {
// Add enough space for the comment button.
padding-inline-end: theme('spacing.8');
}
.w-field--draftail_rich_text_area {
// Add enough space for the block picker.
padding-inline-start: theme('spacing.9');
}
}