mirror of
https://github.com/Templarian/MaterialDesign.git
synced 2026-03-06 08:34:15 +01:00
Merge pull request #2571 from Chan4077/patch-2
Add fix for icon not displaying properly
This commit is contained in:
@@ -250,6 +250,10 @@ button.mat-menu-item {
|
||||
a.mat-menu-item > mat-icon {
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
.mat-icon svg {
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
}
|
||||
```
|
||||
|
||||
[Demo](https://stackblitz.com/edit/mdi-material-example)
|
||||
|
||||
Reference in New Issue
Block a user