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.7.2] Docs say the utility class flex-1-1 is equal to flex: 1 1 0% but when tested it is flex: 1 1 auto #20494

Open
alielmajdaoui opened this issue Sep 19, 2024 · 0 comments

Comments

@alielmajdaoui
Copy link

Environment

Vuetify Version: 3.7.2
Vue Version: 3.5.6
Browsers: Chrome 128.0.0.0
OS: Mac OS 10.15.7

Steps to reproduce

Check class in Chrome elements inspector and you will see its flex property is equal to flex: 1 1 auto !important; but not as mentioned in docs https://vuetifyjs.com/en/styles/flex/#flex

Expected Behavior

for my example, flex-1-1 should make all cols equal

Actual Behavior

cols aren't equal

Reproduction Link

https://play.vuetifyjs.com/#...

Other comments

note: maybe other flex utility classes can broken as well

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

No branches or pull requests

1 participant