Skip to content

Commit

Permalink
Removed overflow style in MenuItem component to fix Badge cuttig off
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ Sornet authored and oliviertassinari committed Jul 2, 2020
1 parent 4024c25 commit e69e1f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/material-ui/src/MenuItem/MenuItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const styles = (theme) => ({
paddingBottom: 6,
boxSizing: 'border-box',
width: 'auto',
overflow: 'hidden',
whiteSpace: 'nowrap',
[theme.breakpoints.up('sm')]: {
minHeight: 'auto',
Expand Down

0 comments on commit e69e1f3

Please sign in to comment.