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: 2.4.2 Last working version: 2.3.23 Vue Version: 2.6.11 Browsers: Chrome 87.0.4280.88 OS: Linux x86_64
The default vertical spacing has been collapsed in the latest release, in v-row s, breaking most layouts in my app.
v-row
Here's how it was working before: v 2.3.23: https://codepen.io/unhalium/pen/VwKgQex ✅
Here's how it is now: v 2.4.2: https://codepen.io/unhalium/pen/MWjLQpj ❌
If this is an intended breaking change, how do you suggest to fix it globally without going through every single component in my code base?
default vertical spacing in nested v-rows
no vertical spacing
https://codepen.io/unhalium/pen/MWjLQpj
The text was updated successfully, but these errors were encountered:
This is explained in the release notes: https://github.com/vuetifyjs/vuetify/releases/tag/v2.4.0
Duplicate of #12848
You haven't really explained how this is broken, the first codepen is demonstrating bug #11408
Sorry, something went wrong.
No branches or pull requests
Environment
Vuetify Version: 2.4.2
Last working version: 2.3.23
Vue Version: 2.6.11
Browsers: Chrome 87.0.4280.88
OS: Linux x86_64
Steps to reproduce
The default vertical spacing has been collapsed in the latest release, in
v-row
s, breaking most layouts in my app.Here's how it was working before:
v 2.3.23: https://codepen.io/unhalium/pen/VwKgQex ✅
Here's how it is now:
v 2.4.2: https://codepen.io/unhalium/pen/MWjLQpj ❌
If this is an intended breaking change, how do you suggest to fix it globally without going through every single component in my code base?
Expected Behavior
default vertical spacing in nested v-rows
Actual Behavior
no vertical spacing
Reproduction Link
https://codepen.io/unhalium/pen/MWjLQpj
The text was updated successfully, but these errors were encountered: