fix: widen admin edit layouts while keeping fields compact

This commit is contained in:
Codex
2026-04-23 10:24:04 +08:00
parent 70e84b7df1
commit ed7eb2e7e9
+8
View File
@@ -123,6 +123,14 @@ html[data-theme] .doc-controls {
z-index: 1;
}
html[data-theme] .collection-edit,
html[data-theme] .document-fields,
html[data-theme] .render-fields,
html[data-theme] .tabs-field__content-wrap {
max-width: none;
width: 100%;
}
html[data-theme] .list-header,
html[data-theme] .doc-controls,
html[data-theme] .render-fields > *,