mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-25 05:02:57 +01:00
Don't add padding to first column on report pages
Report pages have styles for .report that adds margins similar to nice-padding
This commit is contained in:
parent
81ea6d6266
commit
a0a0b1343c
@ -622,7 +622,7 @@ table.listing {
|
||||
|
||||
// If no bulk actions are present, and nice padding is not applied,
|
||||
// apply the same 80px padding via the first column's left padding.
|
||||
&:not(.nice-padding &):not(:has(.bulk-action-checkbox)) {
|
||||
&:not(.nice-padding &, .report &):not(:has(.bulk-action-checkbox)) {
|
||||
th:first-child,
|
||||
td:first-child {
|
||||
padding-inline-start: theme('spacing.20');
|
||||
|
Loading…
Reference in New Issue
Block a user