fix: widen tabbed admin edit sections

This commit is contained in:
Codex
2026-04-23 10:21:01 +08:00
parent 3893c55765
commit 70e84b7df1
+19
View File
@@ -283,6 +283,25 @@ html[data-theme] .row .field-type {
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 {
gap: 10px;
}