From bd0376072b7791a12bf27214e46e627881746f33 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Sat, 13 Feb 2016 13:31:36 -0500 Subject: [PATCH] fix(toolbar): fix md toolbar so it doesn't flow off the screen closes #5414 --- ionic/components/toolbar/toolbar.md.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ionic/components/toolbar/toolbar.md.scss b/ionic/components/toolbar/toolbar.md.scss index a5cc3a2f0a..8dbe95799e 100644 --- a/ionic/components/toolbar/toolbar.md.scss +++ b/ionic/components/toolbar/toolbar.md.scss @@ -51,13 +51,11 @@ ion-navbar-section { .toolbar-content { flex: 1; order: map-get($toolbar-order-md, content); + max-width: 100%; } .toolbar-title { color: $toolbar-md-text-color; -} - -ion-title { padding: 0 12px; font-size: $toolbar-md-title-font-size; font-weight: 500;