Skip to content

Commit d22b5f1

Browse files
committed
refactor(material/button): fix lint error
Adds comment to fix lint error.
1 parent 87b6962 commit d22b5f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material/button/button.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
text-decoration: none;
1010
// Makes button icon not cut off/shrink making the icon visible to fix b/411228600
1111
& .mat-icon {
12+
// stylelint-disable material/no-prefixes
1213
min-height: fit-content;
1314
flex-shrink: 0;
1415
}

0 commit comments

Comments
 (0)