From 9824689af74d242ede4d40896f61a00660ad4435 Mon Sep 17 00:00:00 2001 From: Massimiliano D'Elia Date: Mon, 22 Jul 2024 17:24:14 +0200 Subject: [PATCH] fix: navigation item not taking 100% outside flexbox --- components/Navigation/Navigation.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Navigation/Navigation.tsx b/components/Navigation/Navigation.tsx index 1a1b8e9d..616bec74 100644 --- a/components/Navigation/Navigation.tsx +++ b/components/Navigation/Navigation.tsx @@ -25,6 +25,7 @@ const baseNavItemCss = css({ color: '$navButtonText', border: 'none', minHeight: '$7', + width: '100%', px: '$3', py: '$2', borderRadius: '$3',