ONE-49: fixed height on process tables

This commit is contained in:
Tim Chamberlain
2022-07-25 20:56:41 -05:00
parent 3050441e5f
commit caf8c921f9
2 changed files with 11 additions and 79 deletions

View File

@ -674,7 +674,7 @@ function ProcessRun(): JSX.Element
return (
<DashboardLayout>
<DashboardNavbar />
<MDBox py={3} mb={20} height="65vh">
<MDBox py={3} mb={20}>
<Grid
container
justifyContent="center"