mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-28 05:59:42 -08:00
increase spacing
This commit is contained in:
parent
60b6c50206
commit
2431b3ccbe
|
@ -246,7 +246,7 @@ const getFlowChartType = (connection: Connection) => {
|
|||
|
||||
return ['N8nFlowchart', {
|
||||
cornerRadius: 4,
|
||||
stub: JSPLUMB_FLOWCHART_STUB + 5 * outputIndex + 5 * inputIndex,
|
||||
stub: JSPLUMB_FLOWCHART_STUB + 10 * outputIndex + 10 * inputIndex,
|
||||
gap: 5,
|
||||
alwaysRespectStubs: _ALWAYS_RESPECT_STUB,
|
||||
yOffset: NODE_SIZE + 5,
|
||||
|
|
Loading…
Reference in a new issue