Skip to content

Commit

Permalink
fix(chips): Add nowrap to chip text (#2671)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamernest authored Apr 30, 2018
1 parent 6e9556a commit 7abb3a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-chips/chip/mdc-chip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
.mdc-chip__text {
// Set line-height to be <18px to force the content height of mdc-chip to be 18px.
line-height: 17px;
white-space: nowrap;
}

.mdc-chip__icon {
Expand Down

0 comments on commit 7abb3a2

Please sign in to comment.