From 54a54c84e926c5506377319b53879cdc93409e52 Mon Sep 17 00:00:00 2001 From: lubej Date: Thu, 14 Aug 2025 13:20:28 +0200 Subject: [PATCH] Layout: Restrict content width --- src/components/ui/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ui/layout.tsx b/src/components/ui/layout.tsx index 6b49f5df..52375ef9 100644 --- a/src/components/ui/layout.tsx +++ b/src/components/ui/layout.tsx @@ -59,7 +59,7 @@ export const Layout: FC> = ({ const isMobile = useIsMobile() const layoutContent = ( -
+
{headerContent &&
{headerContent}
} {isMobile && ( @@ -79,7 +79,7 @@ export const Layout: FC> = ({ {headerBreadcrumbsContent && ( {headerBreadcrumbsContent} )} -
{children}
+
{children}