Skip to content

Commit

Permalink
fix: submenu width
Browse files Browse the repository at this point in the history
  • Loading branch information
notmedia committed Nov 6, 2022
1 parent dc7bca6 commit e7554d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/menu/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const SubMenu = styled('div', {
width: 0,
},
false: {
minWidth: 250,
width: 250,
},
},
},
Expand Down

0 comments on commit e7554d5

Please sign in to comment.