Remove maxHeight for resources panel
authorPeter Amstutz <peter.amstutz@curii.com>
Wed, 21 Dec 2022 14:58:27 +0000 (09:58 -0500)
committerPeter Amstutz <peter.amstutz@curii.com>
Wed, 21 Dec 2022 14:58:27 +0000 (09:58 -0500)
refs #19438

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

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}