mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-30 01:46:24 +01:00
33 lines
518 B
SCSS
33 lines
518 B
SCSS
@import '../../../../../client/scss/settings';
|
|
@import '../../../../../client/scss/tools';
|
|
|
|
@include media-breakpoint-up(sm) {
|
|
.fields {
|
|
max-width: 1000px;
|
|
|
|
.field-col {
|
|
padding-inline-start: 0;
|
|
|
|
.field {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
.field-content,
|
|
label {
|
|
width: auto;
|
|
max-width: 85%;
|
|
padding-top: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
> li {
|
|
padding-top: 0;
|
|
}
|
|
|
|
.tagfilter legend {
|
|
width: auto;
|
|
}
|
|
}
|
|
}
|