Remove maxHeight for resources panel
[arvados-workbench2.git] / src / views / process-panel / process-panel-root.tsx
index 28d2e978927ae76914b32d0ad976ab46578b0270..adb6c920746b08b73268c2a3d5b0980d9237280a 100644 (file)
@@ -163,7 +163,7 @@ export const ProcessPanelRoot = withStyles(styles)(
                         outputUuid={outputUuid || ""}
                     />
                 </MPVPanelContent>
-                <MPVPanelContent forwardProps xs maxHeight='50%' data-cy="process-resources">
+                <MPVPanelContent forwardProps xs data-cy="process-resources">
                     <ProcessResourceCard
                         process={process}
                         nodeInfo={nodeInfo}