merge master
[arvados-workbench2.git] / src / views / process-panel / process-panel-root.tsx
index f76efe0d993dd2b83cbdc5b87a952405b73b8c54..d12704bcf4b69c87ec59283dc824feba3e1dd308 100644 (file)
@@ -29,7 +29,7 @@ export type ProcessPanelRootProps = ProcessPanelRootDataProps & ProcessPanelRoot
 export const ProcessPanelRoot = (props: ProcessPanelRootProps) =>
     props.process
         ? <Grid container spacing={16} alignItems="stretch">
-            <Grid item sm={12} md={7} alignItems="stretch">
+            <Grid item sm={12} md={7}>
                 <ProcessInformationCard
                     process={props.process}
                     onContextMenu={props.onContextMenu} />