mirror of
https://github.com/sasjs/server.git
synced 2026-01-05 05:40:06 +00:00
chore: reduce the padding between tree items
This commit is contained in:
@@ -33,7 +33,7 @@ const TreeView = ({
|
|||||||
<ul
|
<ul
|
||||||
style={{
|
style={{
|
||||||
listStyle: 'none',
|
listStyle: 'none',
|
||||||
padding: '0.75rem 1.25rem',
|
padding: '0.25rem 1.25rem',
|
||||||
width: 'max-content'
|
width: 'max-content'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user