diff --git a/skyvern-frontend/src/routes/workflows/editor/nodes/LoopNode/LoopNode.tsx b/skyvern-frontend/src/routes/workflows/editor/nodes/LoopNode/LoopNode.tsx index 18615449..1fd8ae81 100644 --- a/skyvern-frontend/src/routes/workflows/editor/nodes/LoopNode/LoopNode.tsx +++ b/skyvern-frontend/src/routes/workflows/editor/nodes/LoopNode/LoopNode.tsx @@ -77,7 +77,7 @@ function LoopNode({ id, data }: NodeProps) { className="opacity-0" />
node.measured?.width ?? 0), ); - const loopNodeWidth = 60 * 16; // 60 rem + const loopNodeWidth = 600; // 600 px const layouted = layoutUtil(childNodes, childEdges, { marginx: (loopNodeWidth - maxChildWidth) / 2, marginy: 200,