diff --git a/demo-shell-ng2/app/app.component.css b/demo-shell-ng2/app/app.component.css index e69de29bb2..87031d33ee 100644 --- a/demo-shell-ng2/app/app.component.css +++ b/demo-shell-ng2/app/app.component.css @@ -0,0 +1,5 @@ +@media only screen and (max-width: 640px) { + .mdl-layout__header.header-search-expanded .mdl-layout-title { + display: none; + } +} diff --git a/demo-shell-ng2/app/app.component.html b/demo-shell-ng2/app/app.component.html index 8d703c3c3b..0447a85c1c 100644 --- a/demo-shell-ng2/app/app.component.html +++ b/demo-shell-ng2/app/app.component.html @@ -8,7 +8,7 @@
- +