diff --git a/demo-shell-ng2/app/app.component.css b/demo-shell-ng2/app/app.component.css index b714148d16..6eff75fc29 100644 --- a/demo-shell-ng2/app/app.component.css +++ b/demo-shell-ng2/app/app.component.css @@ -9,5 +9,9 @@ } .user-profile { - margin-right: 3px; + margin-right: 50px; +} + +.mdl-button-padding { + padding-left: 20px; } diff --git a/demo-shell-ng2/app/app.component.html b/demo-shell-ng2/app/app.component.html index 7d5c7b1a16..bbea07d6f6 100644 --- a/demo-shell-ng2/app/app.component.html +++ b/demo-shell-ng2/app/app.component.html @@ -2,7 +2,14 @@