mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
fix output label positions
This commit is contained in:
parent
c1a9e263e6
commit
2e6eb8394a
|
@ -263,7 +263,7 @@ export const nodeBase = mixins(
|
|||
['Label',
|
||||
{
|
||||
id: 'output-name-label',
|
||||
location: [1.75, 0.5],
|
||||
location: [1.9, 0.5],
|
||||
label: nodeTypeData.outputNames[index],
|
||||
cssClass: 'node-output-endpoint-label',
|
||||
visible: true,
|
||||
|
|
Loading…
Reference in a new issue