Commit 9bc6560b authored by Duggan, John's avatar Duggan, John
Browse files

Fix treeview indentation CSS

parent 385e5b9d
Loading
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -22,8 +22,14 @@ html {

.nova-data-selector {
    .v-list-group {
        .v-treeview-item {
            --indent-padding: 1em !important;
        --prepend-width: 12px !important;
    }

    .v-treeview.v-list {
        --indent-padding: 0px !important;

        & > .v-list-group > .v-list-item {
            padding-left: 0 !important;
        }
    }
}