0
0
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:
Sage Abdullah 2023-12-18 12:43:00 +00:00 committed by Thibaud Colas
parent 81ea6d6266
commit a0a0b1343c

View File

@ -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');