fix: menu item overflow issue

This commit is contained in:
Fabio Berger 2018-10-15 12:58:09 +01:00
parent 6ada38248e
commit a5e435d831

View File

@ -30,6 +30,9 @@ const styles: Styles = {
fontSize: 14,
lineHeight: 2,
padding: 0,
whiteSpace: 'nowrap',
overflow: 'hidden',
textOverflow: 'ellipsis',
},
};