From 95f9be62d537701af7f4777733a18f5de15abd7d Mon Sep 17 00:00:00 2001 From: gbuomprisco Date: Sun, 15 Dec 2024 17:32:30 +0800 Subject: [PATCH] Add "flex-1" so that the Page component goes full width --- packages/ui/src/makerkit/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/makerkit/page.tsx b/packages/ui/src/makerkit/page.tsx index cae14b90b..b5113dbc3 100644 --- a/packages/ui/src/makerkit/page.tsx +++ b/packages/ui/src/makerkit/page.tsx @@ -29,7 +29,7 @@ function PageWithSidebar(props: PageProps) { const { Navigation, Children, MobileNavigation } = getSlotsFromPage(props); return ( -
+
{Navigation}