From 7dc58ef2dd3ec7e0d53a6a24d92ef31381623394 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 23 Mar 2016 12:53:06 -0400 Subject: [PATCH] fix(toolbar): fix back button for md mode fixes #5923 --- ionic/components/toolbar/toolbar.md.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ionic/components/toolbar/toolbar.md.scss b/ionic/components/toolbar/toolbar.md.scss index 1ce99852af..df506ec9b5 100644 --- a/ionic/components/toolbar/toolbar.md.scss +++ b/ionic/components/toolbar/toolbar.md.scss @@ -278,15 +278,16 @@ ion-buttons[right] { // -------------------------------------------------- .back-button { - margin: 0 0 0 12px; + margin: 0 6px; + + min-width: 44px; box-shadow: none; } .back-button-icon { margin: 0; - - min-width: 44px; + padding: 0 6px; font-size: 2.4rem; font-weight: normal;