components
components copied to clipboard
fix(material/button): prevents mat-icon being cut off by text-spacing
trafficstars
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/411228600