increase indents in fe

pull/4599/head
Joseph Izang 11 months ago
parent 05cf2c0ffb
commit 9aa438e13f
  1. 2
      libs/remix-ui/workspace/src/lib/components/flat-tree.tsx

@ -86,7 +86,7 @@ export const FlatTree = (props: FlatTreeProps) => {
path = path.replace(/^\//g, '')
const pathArray = path.split('/')
const level = pathArray.length - 1
const indent = level * 4
const indent = level * 12
return (<div style={{ paddingLeft: `${indent}px` }}></div>)
}

Loading…
Cancel
Save