From 710bf66653942d39e38eda7f1b3a2329482ddac5 Mon Sep 17 00:00:00 2001 From: Edric Chan Date: Mon, 30 Oct 2017 22:08:35 +0800 Subject: [PATCH] Add fix where icon does not displaying properly --- site/getting-started.savvy | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/getting-started.savvy b/site/getting-started.savvy index cd7432ff2..cb9e32228 100644 --- a/site/getting-started.savvy +++ b/site/getting-started.savvy @@ -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)