We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
length
Vuetify Version: 3.6.7 Last working version: 3.6.6 Vue Version: 3.4.27 Browsers: Chrome 125.0.0.0 OS: Linux x86_64
Place <v-divider vertical> with align-self-center class and custom length in flexbox container.
<v-divider vertical>
align-self-center
VDivider should take specified height from length prop.
VDivider has effective height of 0px.
https://play.vuetifyjs.com/#...
Regression after #19828
The text was updated successfully, but these errors were encountered:
fix(VDivider): missing when vertical and aligned to center (#19890)
18d64fe
fixes #19889 Co-authored-by: jsek <[email protected]>
J-Sek
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 3.6.7
Last working version: 3.6.6
Vue Version: 3.4.27
Browsers: Chrome 125.0.0.0
OS: Linux x86_64
Steps to reproduce
Place
<v-divider vertical>
withalign-self-center
class and customlength
in flexbox container.Expected Behavior
VDivider should take specified height from
length
prop.Actual Behavior
VDivider has effective height of 0px.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Regression after #19828
The text was updated successfully, but these errors were encountered: