mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Improve position of node output labels
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user