diff --git a/ordinis-admin-ui/src/routes/__root.tsx b/ordinis-admin-ui/src/routes/__root.tsx index 087ef83..012babb 100644 --- a/ordinis-admin-ui/src/routes/__root.tsx +++ b/ordinis-admin-ui/src/routes/__root.tsx @@ -40,8 +40,14 @@ function RootLayout() { setMobileNavOpen(false)} />
setMobileNavOpen(true)} /> + {/* Main content area. Раньше: max-w-7xl (1280px) mx-auto — на + * широких мониторах (1920+) много пустого места по бокам, info- + * dense pages (dict records, schema editor) не использовали + * доступную ширину. Убрали max-w → full width, padding-x уже + * есть. Text-heavy routes (reviews самоограничивается max-w-3xl, + * остальные могут добавить если нужно). */}
-
+