fix: menu item overflow issue
This commit is contained in:
parent
6ada38248e
commit
a5e435d831
@ -30,6 +30,9 @@ const styles: Styles = {
|
||||
fontSize: 14,
|
||||
lineHeight: 2,
|
||||
padding: 0,
|
||||
whiteSpace: 'nowrap',
|
||||
overflow: 'hidden',
|
||||
textOverflow: 'ellipsis',
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user