Skip to content

Commit ead1f98

Browse files
authored
docs(material/chips): fix stacked chips example (#26774)
Fixes that the stacked chips example was using the wrong selector so the chips were too wide. Fixes #26589.
1 parent 60545b7 commit ead1f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
mat-chip {
1+
.mat-mdc-chip-set {
22
max-width: 200px;
33
}

0 commit comments

Comments
 (0)