From 9f403f43ba47707271e28c529e93b9b078fd3818 Mon Sep 17 00:00:00 2001 From: Austin Sullivan Date: Tue, 16 Sep 2025 16:09:54 -0400 Subject: [PATCH 1/2] fix(nav): prevent overflow of nav items causing page body overflow --- src/components/Navigation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navigation.tsx b/src/components/Navigation.tsx index b2e6a9c..815b5bb 100644 --- a/src/components/Navigation.tsx +++ b/src/components/Navigation.tsx @@ -25,7 +25,7 @@ export const Navigation: React.FunctionComponent = ({ return ( // Can possibly add back PageSidebar wrapper when https://github.com/patternfly/patternfly/issues/7377 goes in - +