Skip to content

Commit

Permalink
[Chip] Support text-overflow ellipsis by default (#18708)
Browse files Browse the repository at this point in the history
  • Loading branch information
suliskh authored and oliviertassinari committed Dec 6, 2019
1 parent 484b75d commit e8703bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/material-ui/src/Chip/Chip.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ export const styles = theme => {
},
/* Styles applied to the label `span` element`. */
label: {
display: 'flex',
alignItems: 'center',
overflow: 'hidden',
textOverflow: 'ellipsis',
paddingLeft: 12,
paddingRight: 12,
whiteSpace: 'nowrap',
Expand Down

0 comments on commit e8703bf

Please sign in to comment.