Skip to content

Commit

Permalink
fix(VTabs): force inherit tabs height
Browse files Browse the repository at this point in the history
fixes #15376
  • Loading branch information
KaelWD committed Jul 6, 2022
1 parent bf2c54d commit 86b2cf1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/vuetify/src/components/VTabs/VTab.sass
@@ -1,12 +1,15 @@
@use './variables' as *

.v-tab
--v-btn-height: var(--v-tabs-height)
display: inline-flex
position: relative
max-width: $tab-max-width
min-width: $tab-min-width

// override density specificity
&.v-tab.v-tab
height: var(--v-tabs-height)

.v-slide-group--vertical &
justify-content: start

Expand Down

0 comments on commit 86b2cf1

Please sign in to comment.