| @@ -380,7 +380,6 @@ const FileTable = ({ trigger }) => { | |||
| display: "flex", | |||
| marginTop: "39px", | |||
| justifyContent: "space-between", | |||
| // minHeight: "500px", | |||
| }} | |||
| > | |||
| <div style={{ display: "flex", flexDirection: "column" }}> | |||
| @@ -390,6 +389,7 @@ const FileTable = ({ trigger }) => { | |||
| display: "flex", | |||
| width: matches ? "75vw" : "85vw", | |||
| flexDirection: "row", | |||
| height: "300px", | |||
| }} | |||
| > | |||
| <table | |||