mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
fix md-tabs not properly flexed when applied with md-fixed (#636)
This commit is contained in:
parent
295f74f91d
commit
e6e2264962
1 changed files with 7 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue