diff --git a/src/components/Layout/layout.scss b/src/components/Layout/layout.scss index 7c0295b..1a050a5 100644 --- a/src/components/Layout/layout.scss +++ b/src/components/Layout/layout.scss @@ -58,6 +58,9 @@ body { /* style for the children nodes container */ .tree-view_children { margin-left: 16px; + display: flex; + flex-direction: column; + align-items: flex-start; } .tree-view_children-collapsed {