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 1f6bb06 commit 772e1bfCopy full SHA for 772e1bf
src/material/chips/chip.scss
@@ -747,3 +747,9 @@ $fallbacks: m3-chip.get-tokens();
747
.mdc-evolution-chip__icon, .mat-mdc-chip-edit .mat-icon, .mat-mdc-chip-remove .mat-icon {
748
min-height: fit-content;
749
}
750
+
751
+// The `min-height: fit-content` above can stretch out image in Safari (see #32251).
752
+// It also isn't necessary for image since their content doesn't affect the image container.
753
+img.mdc-evolution-chip__icon {
754
+ min-height: 0;
755
+}
0 commit comments