increase indents in fe

pull/5370/head
Joseph Izang 9 months ago
parent 723dd69b7c
commit fc06206871
  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