diff --git a/src/components/Workflow/StaticGraphContainer.tsx b/src/components/Workflow/StaticGraphContainer.tsx index 5b14c1336..655040609 100644 --- a/src/components/Workflow/StaticGraphContainer.tsx +++ b/src/components/Workflow/StaticGraphContainer.tsx @@ -43,9 +43,7 @@ export const StaticGraphContainer: React.FC = ({ workflowId }) => { const containerStyle: React.CSSProperties = { - display: 'flex', - flexDirection: 'column', - flex: `1 1 100%`, + height: 300, minHeight: 300, padding: '1rem 0' };