Skip to content

Commit

Permalink
Update Chip.js
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Dec 6, 2019
1 parent 58cbe42 commit 4619c1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/material-ui/src/Chip/Chip.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ export const styles = theme => {
borderRadius: 32 / 2,
whiteSpace: 'nowrap',
transition: theme.transitions.create(['background-color', 'box-shadow']),
// setting max-width to support `text-overflow: "ellipsis"`
maxWidth: 220,
// label will inherit this from root, then `clickable` class overrides this for both
cursor: 'default',
// We disable the focus ring for mouse, touch and keyboard users.
Expand Down

0 comments on commit 4619c1f

Please sign in to comment.