vuetify
vuetify copied to clipboard
[Bug Report][3.0.0-beta.5] `density="compact"` is not proper in `v-timeline`
Environment
Vuetify Version: 3.0.0-beta.5 Vue Version: 3.2.37 Browsers: Chrome 103.0.5060.134 OS: Windows 10
Steps to reproduce
Try to put density="compact"
in v-timeline
component
Expected Behavior
The space should be less between divider
and body
content.
Actual Behavior
It has too much space.
Reproduction Link
density="compact"
on v-timeline
really only specifies that all items appear on one side of the timeline. If the component is constrained in width, the gap will become less https://codepen.io/nekosaur/pen/VwXypPy?editors=101
Is there anything actionable in this issue?
Not right now. Maybe we want to rethink how density works for timeline but it is working as intended.