From 9a23a925a42aeb522cca10716188521cf7e26091 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 23 Mar 2016 13:35:16 -0400 Subject: [PATCH] fix(toolbar): fix wp back button in toolbar references #5923 --- ionic/components/toolbar/toolbar.wp.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ionic/components/toolbar/toolbar.wp.scss b/ionic/components/toolbar/toolbar.wp.scss index 3d09747895..ea082a15ee 100644 --- a/ionic/components/toolbar/toolbar.wp.scss +++ b/ionic/components/toolbar/toolbar.wp.scss @@ -282,15 +282,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: 30px; + padding: 0 6px; font-size: 2.4rem; font-weight: normal;