From 8b3991cc78ef3c3a8f98fdccb01a3314f1ea0290 Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Mon, 6 Mar 2017 17:23:07 +0100 Subject: [PATCH] fix(tabs): reverts 9e4c3a6e3e434674ba690a32802f4b4cdadeb795 --- src/components/tabs/tabs.ios.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tabs/tabs.ios.scss b/src/components/tabs/tabs.ios.scss index ac71ff5f97..b44d90e033 100644 --- a/src/components/tabs/tabs.ios.scss +++ b/src/components/tabs/tabs.ios.scss @@ -10,7 +10,7 @@ $tabs-ios-border: $hairlines-width solid $tabs-ios-border-colo $tabs-ios-tab-padding: 0 2px !default; /// @prop - Max width of the tab button -$tabs-ios-tab-max-width: 110px !default; +$tabs-ios-tab-max-width: 240px !default; /// @prop - Minimum height of the tab button $tabs-ios-tab-min-height: 49px !default;