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 62e7c2b commit 6f35b89Copy full SHA for 6f35b89
src/lib/chips/chips.scss
@@ -7,6 +7,7 @@ $mat-chip-remove-margin-before: 6px;
7
$mat-chip-remove-margin-after: -4px;
8
9
$mat-chips-chip-margin: 8px;
10
+$mat-chips-chip-bottom-margin: 3px;
11
12
$mat-chip-input-width: 150px;
13
$mat-chip-input-margin: 3px;
@@ -28,10 +29,10 @@ $mat-chip-input-margin: 3px;
28
29
30
// Apply a margin to adjacent sibling chips.
31
& + & {
- margin: 0 0 0 $mat-chips-chip-margin;
32
+ margin: 0 0 $mat-chips-chip-bottom-margin $mat-chips-chip-margin;
33
34
[dir='rtl'] & {
- margin: 0 $mat-chips-chip-margin 0 0;
35
+ margin: 0 $mat-chips-chip-margin $mat-chips-chip-bottom-margin 0;
36
}
37
38
0 commit comments