fix(web): cap list menu width for long labeled items

resolves #350
This commit is contained in:
Luke
2023-06-11 10:29:59 +02:00
parent bc4a342bb1
commit 7816ce7a33

View File

@@ -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',