Merge pull request #4599 from ethereum/fix-fe-frugalindents

Fix indents
pull/4586/head
Joseph Izang 8 months ago committed by GitHub
commit ff4d7cd8a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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