diff --git a/src/components/ImportCSV.tsx b/src/components/ImportCSV.tsx
index 4a156d6c..268cc3c7 100644
--- a/src/components/ImportCSV.tsx
+++ b/src/components/ImportCSV.tsx
@@ -39,9 +39,9 @@ const useStyles = makeStyles(theme =>
marginTop: theme.spacing(2),
},
keyPair: {
+ flexGrow: 2,
display: "flex",
- flexWrap: "wrap",
- justifyContent: "space-between",
+ justifyItems: "space-between",
},
cloudIcon: {
fontSize: 64,
@@ -132,13 +132,22 @@ export default function ImportCSV(props: any) {
Drop the file here ...
+ ) : ( + + )} ) : (