mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
⚡ Improve position of node output labels
This commit is contained in:
parent
fd2da9d4b6
commit
6c2887e608
|
@ -211,7 +211,7 @@ export const nodeBase = mixins(nodeIndex).extend({
|
|||
['Label',
|
||||
{
|
||||
id: 'output-name-label',
|
||||
location: [0.5, 1.5],
|
||||
location: [1.75, 0.5],
|
||||
label: nodeTypeData.outputNames[index],
|
||||
cssClass: 'node-endpoint-label',
|
||||
visible: true,
|
||||
|
|
Loading…
Reference in a new issue