[Bug Report][3.11.8] VTreeview does not show indent lines when using `prepend-gap`
Author: J-SekCreated Feb 3, 2026Updated Sep 16, 2026
LabelsT: bugC: VTreeview
Environment
Vuetify Version: 3.11.8 Vue Version: 3.5.27 OS: Linux undefined (current)
Steps to reproduce
<v-treeview :prepend-gap="16" ... />- or set it in global defaults
- or set it on VList global defaults
- or use MD3 blueprint
Expected Behavior
Intent lines should show up normally while prepend gap should also be adjusted to the given size
Actual Behavior
Indent lines line up to the left boundary
Reproduction Link
Source: vuetifyjs/vuetify