We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ee395 commit 4fc92a5Copy full SHA for 4fc92a5
src/client/src/pages/Admin/Admin.js
@@ -119,7 +119,7 @@ export default function Admin(props) {
119
</Backdrop>
120
: <Paper elevation={1} style={{"padding": "2em"}}>
121
{statistics === 'Running' && <Alert severity="info">Execution is in Progress...</Alert>}
122
- <Grid container spacing={5} direction="row">
+ <Grid container spacing={5} direction="row" style={{ padding: 16 }}>
123
<UploadBox filesInput={filesInput} handleUpload={handleUpload} lastUploads={lastUploads} />
124
<AnalysisBox handleExecute={handleExecute} lastExecution={lastExecution} statistics={statistics} />
125
</Grid>
0 commit comments