0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 01:22:07 +01:00
wagtail/client/scss/components/forms/_publishing.scss
Sage Abdullah 994698d76c
Do not use FieldRowPanel for scheduled publishing fields
To prevent inconsistent layout if only one of the fields has an error
2023-07-14 15:21:57 +01:00

7 lines
142 B
SCSS

// Styles for the fields in the scheduled publishing dialog
.w-dialog.publishing {
.w-field--date_time_field input {
width: 100%;
}
}