15397: Remove default_owner_uuid from SDKs and workbench.
[arvados.git] / services / workbench2 / src / views / process-panel / process-panel-root.tsx
index 2a9b3882e86bec1592764ad46f837938c5eb3aa5..c8e93aa3ae655cf53129a9b7d533ade5c7a3f9b7 100644 (file)
@@ -24,7 +24,6 @@ import { ProcessCmdCard } from "./process-cmd-card";
 import { ContainerRequestResource } from "models/container-request";
 import { OutputDetails, NodeInstanceType } from "store/process-panel/process-panel";
 import { NotFoundView } from 'views/not-found-panel/not-found-panel';
-import { CollectionFile } from 'models/collection-file';
 
 type CssRules = "root";
 
@@ -198,6 +197,7 @@ export const ProcessPanelRoot = withStyles(styles)(
                 <MPVPanelContent
                     forwardProps
                     xs="auto"
+                    maxHeight={"50%"}
                     data-cy="process-cmd">
                     <ProcessCmdCard
                         onCopy={props.onCopyToClipboard}