Outline alignment in recent updating is bit of confusing

This will do it:

/* move the parent to the left */
.tree-item .tree-item-self .tree-item-icon {
    margin-left: -16px;
}

/* move the children to the left */
.tree-item-children {
	margin-left:0px;
}

RESULT:
Screen Shot 2022-12-24 at 1.22.57 PM

(Just add that code to your CSS) :tropical_fish:

1 Like