mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -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',
|
['Label',
|
||||||
{
|
{
|
||||||
id: 'output-name-label',
|
id: 'output-name-label',
|
||||||
location: [0.5, 1.5],
|
location: [1.75, 0.5],
|
||||||
label: nodeTypeData.outputNames[index],
|
label: nodeTypeData.outputNames[index],
|
||||||
cssClass: 'node-endpoint-label',
|
cssClass: 'node-endpoint-label',
|
||||||
visible: true,
|
visible: true,
|
||||||
|
|
Loading…
Reference in a new issue