Skip to content

Commit

Permalink
fix: navigation item not taking 100% outside flexbox
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeliatf committed Jul 22, 2024
1 parent 0b2acc3 commit 9824689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const baseNavItemCss = css({
color: '$navButtonText',
border: 'none',
minHeight: '$7',
width: '100%',
px: '$3',
py: '$2',
borderRadius: '$3',
Expand Down

0 comments on commit 9824689

Please sign in to comment.