refactor(web/menu): cap tooltip width

This commit is contained in:
Luke
2023-01-10 21:44:36 +01:00
parent d7cadfb030
commit e68d8d311c

View File

@@ -37,6 +37,8 @@ const useStyles = createStyles((theme, params: { position?: MenuPosition; itemCo
backgroundColor: theme.colors.dark[6],
color: theme.colors.dark[2],
borderRadius: theme.radius.sm,
maxWidth: 350,
whiteSpace: 'normal',
},
container: {
position: 'absolute',