fix: widen tabbed admin edit sections
This commit is contained in:
@@ -283,6 +283,25 @@ html[data-theme] .row .field-type {
|
|||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html[data-theme] .tabs-field__content-wrap,
|
||||||
|
html[data-theme] .tabs-field__content-wrap .render-fields,
|
||||||
|
html[data-theme] .tabs-field__content-wrap .field-type,
|
||||||
|
html[data-theme] .tabs-field__content-wrap .field-type:has(input[type='checkbox']),
|
||||||
|
html[data-theme] .tabs-field__content-wrap .field-type:has(select),
|
||||||
|
html[data-theme] .tabs-field__content-wrap .field-type:has(input[type='date']),
|
||||||
|
html[data-theme] .tabs-field__content-wrap .field-type:has(input[type='datetime-local']),
|
||||||
|
html[data-theme] .tabs-field__content-wrap .field-type:has(input[type='number']),
|
||||||
|
html[data-theme] .tabs-field__content-wrap .field-type:has(input[type='email']),
|
||||||
|
html[data-theme] .tabs-field__content-wrap .field-type:has(input[type='text']),
|
||||||
|
html[data-theme] .tabs-field__content-wrap .field-type:has(textarea),
|
||||||
|
html[data-theme] .tabs-field__content-wrap .field-type:has(.lexical-editor),
|
||||||
|
html[data-theme] .tabs-field__content-wrap .field-type:has(.code-editor),
|
||||||
|
html[data-theme] .tabs-field__content-wrap .field-type:has(.array-field),
|
||||||
|
html[data-theme] .tabs-field__content-wrap .field-type:has(.relationship-field),
|
||||||
|
html[data-theme] .tabs-field__content-wrap .field-type:has(.upload-field) {
|
||||||
|
max-width: none;
|
||||||
|
}
|
||||||
|
|
||||||
html[data-theme] .row {
|
html[data-theme] .row {
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user