wagtail/client/scss/components/forms/_publishing.scss

7 wiersze
142 B
SCSS

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