1
0
Fork 0

fix(gui): make more space for scheduler in image card

This commit is contained in:
Sean Sube 2023-01-06 11:41:28 -06:00
parent 26e886b61b
commit 7c08c4b400
1 changed files with 2 additions and 2 deletions

View File

@ -29,10 +29,10 @@ export function ImageCard(props: ImageCardProps) {
<Grid item xs={4}>
<Paper>Size: {params.width}x{params.height}</Paper>
</Grid>
<Grid item xs={6}>
<Grid item xs={4}>
<Paper>Seed: {params.seed}</Paper>
</Grid>
<Grid item xs={6}>
<Grid item xs={8}>
<Paper>Scheduler: {params.scheduler}</Paper>
</Grid>
<Grid item xs={12}>