0👍
You can add indentation for each subgroup by adding that in your css:
.v-list-item-group > div {
margin-left: 20px;
}
Source:stackexchange.com
0👍
You can add indentation for each subgroup by adding that in your css:
.v-list-item-group > div {
margin-left: 20px;
}