You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(material/button): prevents mat-icon being cut off by text-spacing (#30891)
* fix(material/button): prevents mat-icon being cut off with text-spacing vertically
Updates Angular Components Button component specifically for .mat-icon buttons to
add a min-height of min-content to avoid the icon from being cut off on the bottom
when text-spacing is applied.
Fixes b/250063405
* fix(material/button): adds flex-shrink to prevent sides cutoff
Updates previous changes to Angular Components buttons containing
icons and adds flex-shrink: 0; to prevent the sides from being
cut off when text-spacing is applied or on smaller screens.
Fixes b/411228600
* refactor(material/button): fix lint error
Adds comment to fix lint error.
0 commit comments