File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,15 @@ const hideMenu = () => setState({ showMenu: false })
7676 < / ListItemIcon>
7777 < ListItemText primary= " Attachment" / >
7878 < / MenuItem>
79+ < MenuItem onClick= {hideMenu}>
80+ < ListItemIcon>
81+ < Icon icon= {PeopleIcon} / >
82+ < / ListItemIcon>
83+ < ListItemText
84+ primary= " Item with a very long title to show how it should be displayed"
85+ primaryTypographyProps= {{ ellipsis: false }}
86+ / >
87+ < / MenuItem>
7988 < MenuItem onClick= {hideMenu}>
8089 < ListItemText primary= " Item without icon" / >
8190 < / MenuItem>
Original file line number Diff line number Diff line change @@ -365,9 +365,13 @@ export const makeLightNormalOverrides = theme => ({
365365 right : 0
366366 }
367367 } ,
368+ MuiMenu : {
369+ paper : {
370+ maxWidth : 320
371+ }
372+ } ,
368373 MuiMenuItem : {
369374 root : {
370- maxWidth : 320 ,
371375 whiteSpace : 'normal' ,
372376 overflow : 'auto' ,
373377 paddingTop : 4 ,
You can’t perform that action at this time.
0 commit comments