From b438a3f68a87f06ced684bec442fdfd1dd6fda21 Mon Sep 17 00:00:00 2001 From: Sidney Alcantara Date: Wed, 30 Sep 2020 17:19:01 +1000 Subject: [PATCH] ImportWizard: increase column list height --- www/src/components/Wizards/ImportWizard/FadeList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/src/components/Wizards/ImportWizard/FadeList.tsx b/www/src/components/Wizards/ImportWizard/FadeList.tsx index 4c6c00f5..4d478a53 100644 --- a/www/src/components/Wizards/ImportWizard/FadeList.tsx +++ b/www/src/components/Wizards/ImportWizard/FadeList.tsx @@ -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) },