-
-
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][3.2.2] the width of cards in timeline are not equal #17288
Comments
I don't think it's up to |
I did try by adding .w-100 to v-timeline-item but not working at all, thank you anyway |
@zhaolinlau did it work using |
Yep |
It is inconsistent though, should either remove |
You can define the grid column width like the following (ratio here: 3:1:3)
This will keep the timeline centered. |
Environment
Vuetify Version: 3.2.2
Vue Version: 3.2.47
Browsers: Firefox 112.0
OS: Windows 10
Steps to reproduce
Put cards as timeline item and the width of cards are not equal
Expected Behavior
The width of cards should be equal
Actual Behavior
The width of cards are not equal
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: