From ed7eb2e7e97ee64653e81ccedbe73aad09c2b96f Mon Sep 17 00:00:00 2001 From: Codex Date: Thu, 23 Apr 2026 10:24:04 +0800 Subject: [PATCH] fix: widen admin edit layouts while keeping fields compact --- src/app/(payload)/admin-theme.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/(payload)/admin-theme.css b/src/app/(payload)/admin-theme.css index 62c209b..48fde45 100644 --- a/src/app/(payload)/admin-theme.css +++ b/src/app/(payload)/admin-theme.css @@ -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 > *,