Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/material/button/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@

.mat-mdc-button-base {
text-decoration: none;
// Makes button icon not cut off/shrink making the icon visible to fix b/411228600
& .mat-icon {
min-height: fit-content;
flex-shrink: 0;
}
}

.mdc-button {
Expand Down
Loading