From c06d36322d34349d072b8c874f91e2a31c41d75c Mon Sep 17 00:00:00 2001 From: Xetera Date: Sat, 27 Jul 2019 02:22:06 -0700 Subject: [PATCH] made docs links inline --- src/components/Layout/layout.scss | 3 +++ 1 file changed, 3 insertions(+) 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 {