Skip to content

Commit

Permalink
Desktop Nav: improve menu
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed May 22, 2024
1 parent 31e89ce commit 084e48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/layout/optima/DesktopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export function DesktopNav(props: { component: React.ElementType, currentApp?: N
<MoreHorizIcon />
</MenuButton>
</Tooltip>
<Menu variant='solid' invertedColors placement='right-start'>
<Menu variant='solid' invertedColors placement='right-start' sx={{ minWidth: 160 }}>
{overflowApps.map((app, appIdx) =>
<MenuItem key={'nav-app-extra-' + appIdx} onClick={() => Router.push(app.landingRoute || app.route)} sx={{ minHeight: '2.5rem' }}>
<ListItemDecorator sx={{ ml: 1 }}>
Expand Down

0 comments on commit 084e48d

Please sign in to comment.