Skip to content
New issue

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

[Bug Report][3.1.11] v-menu min-width property does not work #16987

Closed
Kasheftin opened this issue Mar 23, 2023 · 1 comment · Fixed by #19771 · May be fixed by gradsflow/fastserve-ai#62 or LLotme/esp-idf#5
Closed

[Bug Report][3.1.11] v-menu min-width property does not work #16987

Kasheftin opened this issue Mar 23, 2023 · 1 comment · Fixed by #19771 · May be fixed by gradsflow/fastserve-ai#62 or LLotme/esp-idf#5
Assignees
Labels
C: VMenu VMenu C: VOverlay VOverlay T: bug Functionality that does not work as intended/expected
Milestone

Comments

@Kasheftin
Copy link

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

@KaelWD KaelWD added T: bug Functionality that does not work as intended/expected C: VMenu VMenu C: VOverlay VOverlay and removed S: triage labels Mar 23, 2023
@KaelWD KaelWD added this to the v3.x.x milestone Mar 23, 2023
@kevmul
Copy link

kevmul commented Dec 14, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment