Skip to content

Commit

Permalink
add space for allowed child types
Browse files Browse the repository at this point in the history
  • Loading branch information
VargaJoe committed Mar 14, 2024
1 parent 016679e commit 30a7c2f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ const useStyles = makeStyles(() =>
list: {
padding: 0,
marginTop: '9px',
height: '80px',
minHeight: '80px',
maxHeight: '260px',
overflowY: 'scroll',
},
listItem: {
Expand Down

0 comments on commit 30a7c2f

Please sign in to comment.