Merge pull request #2571 from Chan4077/patch-2

Add fix for icon not displaying properly
This commit is contained in:
Peter Noble
2017-10-30 15:30:28 +00:00
committed by GitHub

View File

@@ -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)