fix(tabs): fixing the tabs text on iOS

closes #5119
This commit is contained in:
Brandy Carney
2016-01-21 14:58:44 -05:00
parent 9acd56ef51
commit 98bed97896

View File

@@ -41,7 +41,6 @@ ion-tabs[tabbarPlacement=top] tabbar {
}
.tab-button-text {
margin-bottom: 0;
min-height: $tabbar-ios-item-font-size + 1;
font-size: $tabbar-ios-item-font-size;
}