This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
md-tabs: text turns to dots on small screen on IE11 #10406
Closed
Description
I need tabs to be streched always and on small screans to, but words are turning in to dots or half of a word turns to dots. I thought maybe words are too big, but then i tried to resize the window and then it turns to normal words.
My code:
<md-tabs class="main-tabs" md-selected="vm.selectedIndex"
md-center-tabs md-border-bottom md-autoselect md-no-ink
md-no-pagination="false"
md-stretch-tabs="auto"
style="width: auto !important; margin-top: 10px;">
<md-tab ng-click="openLeftMenu()" id="tab1">
<md-tab-label>{{translates.top_menu_meniu}}</md-tab-label>
</md-tab>
<md-tab ui-sref="map" id="tab2">
<md-tab-label>{{translates.top_menu_map}}</md-tab-label>
</md-tab>
<md-tab ui-sref="list" id="tab3">
<md-tab-label>{{translates.top_menu_list}}</md-tab-label>
</md-tab>
</md-tabs>