[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
Labels
flex-1-1
is equal to flex: 1 1 0%
but when tested it is flex: 1 1 auto
#20494
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 toflex: 1 1 auto !important;
but not as mentioned in docs https://vuetifyjs.com/en/styles/flex/#flexExpected Behavior
for my example,
flex-1-1
should make all cols equalActual Behavior
cols aren't equal
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
note: maybe other flex utility classes can broken as well
The text was updated successfully, but these errors were encountered: