Skip to content

Commit

Permalink
fix(chips): stacked chips overflowing chip list (#11143)
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbeto authored and josephperrott committed May 4, 2018
1 parent 8c1e07e commit 70ba46e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/chips/chips.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ $mat-chip-remove-size: 18px;
.mat-chip {
position: relative;
overflow: hidden;
box-sizing: border-box;
}

.mat-standard-chip {
Expand Down

0 comments on commit 70ba46e

Please sign in to comment.