Skip to content

Commit

Permalink
[ListItemButton] Specified width so that text would ellide (#32083)
Browse files Browse the repository at this point in the history
Co-authored-by: Siriwat K <[email protected]>
  • Loading branch information
MatthijsMud and siriwatknp committed Apr 1, 2022
1 parent b01ee72 commit 4974e73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mui-material/src/ListItemButton/ListItemButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const ListItemButtonRoot = styled(ButtonBase, {
alignItems: 'center',
position: 'relative',
textDecoration: 'none',
minWidth: 0,
boxSizing: 'border-box',
textAlign: 'left',
paddingTop: 8,
Expand Down

0 comments on commit 4974e73

Please sign in to comment.