We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72b864 commit 5fa5185Copy full SHA for 5fa5185
src/material/chips/chip.scss
@@ -742,3 +742,10 @@ $_avatar-trailing-padding: 8px;
742
.mat-mdc-chip-action:focus .mat-focus-indicator::before {
743
content: '';
744
}
745
+
746
+// Prevents icon from being cut off when text spacing is increased.
747
+// .mat-mdc-chip-remove selector necessary for remove button with icon.
748
+// Fixes b/250063405.
749
+.mdc-evolution-chip__icon, .mat-mdc-chip-remove .mat-icon {
750
+ min-height: fit-content;
751
+}
0 commit comments