From be88bdec6ec79ed913e437a4354d08470d90ac32 Mon Sep 17 00:00:00 2001 From: gbuomprisco Date: Fri, 14 Feb 2025 21:47:15 +0700 Subject: [PATCH] Prevent flex container overflow with min-w-0 --- 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 6d102aca4..5a33141f0 100644 --- a/packages/ui/src/makerkit/page.tsx +++ b/packages/ui/src/makerkit/page.tsx @@ -35,7 +35,7 @@ function PageWithSidebar(props: PageProps) { const { Navigation, Children, MobileNavigation } = getSlotsFromPage(props); return ( -
+
{Navigation}