There was an error while loading. Please reload this page.
1 parent 4e58a16 commit f85696cCopy full SHA for f85696c
1 file changed
src/material/chips/chip.scss
@@ -32,10 +32,10 @@ $fallbacks: m3-chip.get-tokens();
32
.mat-mdc-standard-chip,
33
.mat-mdc-basic-chip,
34
.mat-mdc-evolution-chip {
35
- /* Ensures basic/unstyled chips also have a 32px min-height baseline */
+ // Ensures basic/unstyled chips also have a 32px min-height baseline.
36
min-height: 32px;
37
38
- /* 8px top and bottom margin for 48px touch target separation */
+ // 8px top and bottom margin for 48px touch target separation.
39
margin-top: $_touch-target-vertical-padding;
40
margin-bottom: $_touch-target-vertical-padding;
41
}
0 commit comments