From 997d54eca9ef136fdeff3bd92b4aab901e7d83b5 Mon Sep 17 00:00:00 2001 From: Mike Hartington Date: Fri, 1 Jul 2016 21:09:19 -0400 Subject: [PATCH] fix(tabs): center tabbar content --- src/components/tabs/tabs.ios.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/tabs/tabs.ios.scss b/src/components/tabs/tabs.ios.scss index 5708065e740..181bcd1fd9d 100644 --- a/src/components/tabs/tabs.ios.scss +++ b/src/components/tabs/tabs.ios.scss @@ -18,6 +18,7 @@ $tab-button-ios-inactive-color: $toolbar-ios-inactive-color !default; ion-tabbar { border-top: 1px solid $toolbar-ios-border-color; background: $tabbar-ios-background; + justify-content: center; } ion-tabs[tabbarPlacement=top] ion-tabbar {