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 3ede499 commit 7b63d95Copy full SHA for 7b63d95
src/material/chips/chip.scss
@@ -737,3 +737,9 @@ $fallbacks: m3-chip.get-tokens();
737
.mdc-evolution-chip__icon, .mat-mdc-chip-edit .mat-icon, .mat-mdc-chip-remove .mat-icon {
738
min-height: fit-content;
739
}
740
+
741
+// The `min-height: fit-content` above can stretch out image in Safari (see #32251).
742
+// It also isn't necessary for image since their content doesn't affect the image container.
743
+img.mdc-evolution-chip__icon {
744
+ min-height: 0;
745
+}
0 commit comments