Add fix where icon does not displaying properly

This commit is contained in:
Edric Chan
2017-10-30 22:08:35 +08:00
committed by GitHub
parent 623153d2f9
commit 710bf66653

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)