.tree {
    user-select: none;
}

.tree-children {
    width: 100% !important;
}

.tree-accordion > .wrap,
.tree-branch > .wrap,
.tree-node {
    width: 100% !important;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.tree-branch > .wrap,
.tree-node {
    gap: 10px;
}