ImportWizard: increase column list height

This commit is contained in:
Sidney Alcantara
2020-09-30 17:19:01 +10:00
parent 52617335f4
commit b438a3f68a

View File

@@ -27,7 +27,7 @@ const useStyles = makeStyles((theme) =>
margin: 0,
padding: theme.spacing(1.5, 0, 3),
height: 200,
height: 400,
overflowY: "auto",
"& li": { margin: theme.spacing(0.5, 0) },