1
0
mirror of https://github.com/sasjs/server.git synced 2026-04-21 21:01:31 +00:00

chore: reduce the padding between tree items

This commit is contained in:
2022-07-25 15:11:02 +05:00
parent 420a61a5a6
commit 2360e104bd
+1 -1
View File
@@ -33,7 +33,7 @@ const TreeView = ({
<ul
style={{
listStyle: 'none',
padding: '0.75rem 1.25rem',
padding: '0.25rem 1.25rem',
width: 'max-content'
}}
>