mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 17:36:49 +01:00
30 lines
440 B
SCSS
30 lines
440 B
SCSS
@include media-breakpoint-up(sm) {
|
|
.fields--image-search {
|
|
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;
|
|
}
|
|
}
|
|
}
|