Skip to content

Commit d3c8cc5

Browse files
crisbetojosephperrott
authored andcommitted
fix(chips): stacked chips overflowing chip list (#11143)
1 parent e504d81 commit d3c8cc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/chips/chips.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ $mat-chip-remove-size: 18px;
2323
.mat-chip {
2424
position: relative;
2525
overflow: hidden;
26+
box-sizing: border-box;
2627
}
2728

2829
.mat-standard-chip {

0 commit comments

Comments
 (0)