Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

fix(chips): Add nowrap to chip text #2671

Merged
merged 2 commits into from
Apr 30, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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