We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7432ccc commit 4a68e87Copy full SHA for 4a68e87
src/lib/chips/chips.scss
@@ -33,10 +33,6 @@ $mat-chip-remove-size: 18px;
33
align-items: center;
34
cursor: default;
35
36
- .mat-chip-list-wrapper & {
37
- margin: $mat-chips-chip-margin;
38
- }
39
-
40
.mat-chip-remove.mat-icon {
41
width: $mat-chip-remove-size;
42
height: $mat-chip-remove-size;
@@ -125,6 +121,12 @@ $mat-chip-remove-size: 18px;
125
121
flex-direction: row;
126
122
flex-wrap: wrap;
127
123
124
+ margin: -$mat-chips-chip-margin;
+
+ input.mat-input-element,
+ .mat-standard-chip {
128
+ margin: $mat-chips-chip-margin;
129
+ }
130
}
131
132
.mat-chip-list-stacked .mat-chip-list-wrapper {
0 commit comments