From 96375b6e83a6118903d058e045da4deff44c3c34 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 14 Mar 2016 12:20:27 -0400 Subject: [PATCH] fix(toolbar): reduce min width on back button for wp mode closes #5759 --- ionic/components/toolbar/toolbar.wp.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/toolbar/toolbar.wp.scss b/ionic/components/toolbar/toolbar.wp.scss index d56fdcc527..692307885b 100644 --- a/ionic/components/toolbar/toolbar.wp.scss +++ b/ionic/components/toolbar/toolbar.wp.scss @@ -272,7 +272,7 @@ ion-buttons[right] { .back-button-icon { margin: 0; - min-width: 44px; + min-width: 30px; font-size: 2.4rem; font-weight: normal; text-align: left;