-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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] Halved gutter width between v-rows #12915
[Bug Report] Halved gutter width between v-rows #12915
Comments
I have made 3 screenshots Screenshot 1 and 3 are visually equivalent Yes I think it was a workaround for #11408 2.32.4 broken2.4 workaround |
Oh right, there's another bug where the space between |
Perfect 👍 |
Environment
Vuetify Version: 2.4.0
Vue Version: 2.6.12
Browsers: Chrome 87.0.4280.88
OS: Linux x86_64
Steps to reproduce
After the breaking change in 2.4.0 all layouts with nested
dense
v-row
s are kinda broken.Current workaround is to remove the
pt-0
andpb-0
in the nestedv-col
and then add apt-1
in eachv-row
This is just one breaking example and I would have around 80 more files to check with maybe some more complex layout issues.
Expected Behavior
Working as in 2.3.23
Actual Behavior
Has a workaround, but I want to ask if this is going to be re-worked and should I wait for more bug fixes or if I am now revising ~80 files in my project
Reproduction Link
https://codepen.io/shinigami92/pen/RwGJxvG
Other comments
#11408 (comment)
The text was updated successfully, but these errors were encountered: