Skip to content

Commit

Permalink
fix(web): cap list menu width for long labeled items
Browse files Browse the repository at this point in the history
resolves #350
  • Loading branch information
LukeWasTakenn committed Jun 11, 2023
1 parent bc4a342 commit 7816ce7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/features/menu/list/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const useStyles = createStyles((theme, params: { position?: MenuPosition; itemCo
left: params.position === 'bottom-left' ? 1 : undefined,
bottom: params.position === 'bottom-left' || params.position === 'bottom-right' ? 1 : undefined,
fontFamily: 'Roboto',
width: 384
},
buttonsWrapper: {
height: 'fit-content',
Expand Down

0 comments on commit 7816ce7

Please sign in to comment.