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 57c8f05 commit d79903aCopy full SHA for d79903a
src/lib/chips/chips.scss
@@ -7,7 +7,6 @@ $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;
@@ -29,10 +28,10 @@ $mat-chip-input-margin: 3px;
29
28
30
// Apply a margin to adjacent sibling chips.
31
& + & {
32
- margin: 0 0 $mat-chips-chip-bottom-margin $mat-chips-chip-margin;
+ margin: 0 0 0 $mat-chips-chip-margin;
33
34
[dir='rtl'] & {
35
- margin: 0 $mat-chips-chip-margin $mat-chips-chip-bottom-margin 0;
+ margin: 0 $mat-chips-chip-margin 0 0;
36
}
37
38
0 commit comments