Skip to content

Commit

Permalink
fix: ensure Navigation doesn't exceed 1200px (#1311)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber authored Nov 21, 2023
1 parent 5a254a5 commit c1d3265
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/navigation/components/Navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ const Navigation = React.forwardRef((props, ref) => {
ref={ref}
value={value}
aria-label={t('navigation.nav_label_short')}
sx={{
maxWidth: {
md: 1200,
},
}}
>
<Typography sx={visuallyHidden} variant="h2">
{t('navigation.nav_label')}
Expand Down

0 comments on commit c1d3265

Please sign in to comment.