From dbf413a5d37aa8a5f0baa79f67adbff646229ca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hubert=20Soko=C5=82owski?= Date: Sat, 8 May 2021 16:35:12 +0200 Subject: [PATCH] add padding in tree components --- src/components/Tree.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Tree.jsx b/src/components/Tree.jsx index 3fd0459..6f28adb 100644 --- a/src/components/Tree.jsx +++ b/src/components/Tree.jsx @@ -141,15 +141,15 @@ const Tree = ({ options }) => { */} {isLoading && } -

Tree nodes:

- + +

Tree nodes:

{!root ? (

No tree to show

) : ( - - {}} requestChildChange={requestChildChange} side={true} /> - {/* {}} requestChildChange={requestChildChange} side={true} /> */} - + {}} requestChildChange={requestChildChange} side={true} /> + // + // {/* {}} requestChildChange={requestChildChange} side={true} /> */} + // )}