Skip to content

Commit

Permalink
fix(#28): menu collapse
Browse files Browse the repository at this point in the history
  • Loading branch information
notmedia committed Dec 6, 2022
1 parent 7a1a37b commit 85bc152
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: {
maxWidth: 250,
width: 250,
minWidth: 250,
},
},
Expand Down

0 comments on commit 85bc152

Please sign in to comment.