components icon indicating copy to clipboard operation
components copied to clipboard

fix(material/button): prevents mat-icon being cut off by text-spacing

Open essjay05 opened this issue 7 months ago • 1 comments
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

BEFORE screenshot AFTER screenshot

essjay05 avatar Apr 17 '25 00:04 essjay05