diff --git a/projects/web/src/App.tsx b/projects/web/src/App.tsx index 7039d24..0563178 100644 --- a/projects/web/src/App.tsx +++ b/projects/web/src/App.tsx @@ -147,16 +147,19 @@ function App() { const displayName = element.metadata?.displayName; const showDisplayName = !hasChildren && displayName; + const marginLeft = `${20 * (level - 1)}px`; + return (