I want to have these 11 tabs in my ionic 2 app but they are either overlapping or this, have tried a lot of css but couldn’t get through. Please help, thanks.
Image:
HTML code:
<ion-tabs #ionTabs [color]="navParams.data.color" tabsHighlight="true" tabsPlacement="{{tabsPlacement}}" text-wrap padding>
<ion-tab *ngFor="let tab of tabs" [root]="tab.component" [rootParams]="navParams.data" [tabsHideOnSubPages]="true" tabTitle="{{ tab.title }}" tabIcon="{{ tab.icon }}"></ion-tab>
</ion-tabs>