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