mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 07:26: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],
|
backgroundColor: theme.colors.dark[6],
|
||||||
color: theme.colors.dark[2],
|
color: theme.colors.dark[2],
|
||||||
borderRadius: theme.radius.sm,
|
borderRadius: theme.radius.sm,
|
||||||
|
maxWidth: 350,
|
||||||
|
whiteSpace: 'normal',
|
||||||
},
|
},
|
||||||
container: {
|
container: {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
|
|||||||
Reference in New Issue
Block a user