mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 01:22:07 +01:00
994698d76c
To prevent inconsistent layout if only one of the fields has an error
7 lines
142 B
SCSS
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%;
|
|
}
|
|
}
|