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 > *,