mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
refactor(web/menu): cap tooltip width
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user