Skip to content

Commit cf172e1

Browse files
committed
fix(admin-ui): tighten mobile tree spacing
1 parent 5687b04 commit cf172e1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/sensenet/src/components/tree/StyledTreeItem.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ const useStyles = makeStyles(() =>
2626
},
2727
labelIcon: {
2828
flex: '0 0 auto',
29+
minWidth: 24,
30+
marginRight: 4,
2931
},
3032
labelText: {
3133
minWidth: 0,

0 commit comments

Comments
 (0)