Add more padding to bottom of outputs table
This commit is contained in:
@@ -37,6 +37,7 @@ export default function OutputsTable({ experimentId }: { experimentId: string |
|
|||||||
return (
|
return (
|
||||||
<Grid
|
<Grid
|
||||||
p={4}
|
p={4}
|
||||||
|
pb={24}
|
||||||
display="grid"
|
display="grid"
|
||||||
gridTemplateColumns={`250px repeat(${variants.data.length}, minmax(300px, 1fr)) auto`}
|
gridTemplateColumns={`250px repeat(${variants.data.length}, minmax(300px, 1fr)) auto`}
|
||||||
sx={{
|
sx={{
|
||||||
|
|||||||
Reference in New Issue
Block a user