kopia lustrzana https://github.com/wagtail/wagtail
Add more space for buttons next to fields in TypedTableBlock
rodzic
b81ec15e3d
commit
3a98b062a9
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue