fix md-tabs not properly flexed when applied with md-fixed (#636)

This commit is contained in:
d3radicated 2017-03-24 23:16:33 +08:00 committed by Marcos Moura
parent 295f74f91d
commit e6e2264962

View file

@ -38,10 +38,16 @@ $tab-max-width: 264px;
}
&.md-centered {
justify-content: center;
.md-tabs-navigation-container {
justify-content: center;
}
}
&.md-fixed {
.md-tabs-navigation-container {
flex: 1;
}
.md-tab-header {
flex: 1;
}