[Bug Report][3.6.6] VDivider vertical not visible due to height 100%
resulting in 0px
#19827
Labels
Milestone
100%
resulting in 0px
#19827
Environment
Vuetify Version: 3.6.6
Vue Version: 3.4.27
Browsers: Chrome 124.0.0.0
OS: Linux x86_64
Steps to reproduce
<v-divider vertical>
inside flexbox containerExpected Behavior
Divider should be visible and take 100% of containers height.
Actual Behavior
Divider is not visible, because
height: 100%
results in0px
anyway unless the container has explicit height.Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
I think vertical VDivider's height should be
auto
so thatalign-self: stretch
applies correctly. The change does not seem to have any negative effects, however I consider this variant to always be used in the flexbox container.The text was updated successfully, but these errors were encountered: