From 5065b392f64cd160c544e9326ccc8f65597c6998 Mon Sep 17 00:00:00 2001 From: Mutasem Date: Tue, 26 Oct 2021 16:33:24 +0200 Subject: [PATCH] fix gap --- packages/editor-ui/src/views/NodeView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor-ui/src/views/NodeView.vue b/packages/editor-ui/src/views/NodeView.vue index 80d4f0f46e..7b8e217556 100644 --- a/packages/editor-ui/src/views/NodeView.vue +++ b/packages/editor-ui/src/views/NodeView.vue @@ -247,7 +247,7 @@ const getFlowChartType = (connection: Connection) => { return ['N8nFlowchart', { cornerRadius: 4, stub: JSPLUMB_FLOWCHART_STUB + 5 * outputIndex + 5 * inputIndex, - gap: outputIndex, + gap: 5, alwaysRespectStubs: _ALWAYS_RESPECT_STUB, yOffset: NODE_SIZE + 5, }];