Skip to content

Commit 2fa9ba6

Browse files
committed
fix(chips): remove margin for chip list
1 parent 7432ccc commit 2fa9ba6

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
@@ -125,6 +125,7 @@ $mat-chip-remove-size: 18px;
125125
flex-direction: row;
126126
flex-wrap: wrap;
127127
align-items: center;
128+
margin: -$mat-chips-chip-margin;
128129
}
129130

130131
.mat-chip-list-stacked .mat-chip-list-wrapper {

0 commit comments

Comments
 (0)