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
Vuetify Version: 3.1.11 Vue Version: 3.2.47 Browsers: Chrome 111.0.0.0 OS: Linux x86_64
Click on the button to open the menu
The menu should have 500px width because it has min-width="500"
min-width property is not respected
https://codepen.io/kasheftin/pen/dyqQgJV?editors=1010
The text was updated successfully, but these errors were encountered:
This appears to still be a problem. The repo link above still doesn't show the min-width being honored. The width property works just fine.
width
Sorry, something went wrong.
fix(VMenu): min width property (#19771)
7d955d2
fixes #16987 Co-authored-by: John Leider <john@vuetifyjs.com>
johnleider
KaelWD
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 3.1.11
Vue Version: 3.2.47
Browsers: Chrome 111.0.0.0
OS: Linux x86_64
Steps to reproduce
Click on the button to open the menu
Expected Behavior
The menu should have 500px width because it has min-width="500"
Actual Behavior
min-width property is not respected
Reproduction Link
https://codepen.io/kasheftin/pen/dyqQgJV?editors=1010
The text was updated successfully, but these errors were encountered: