1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-20 09:27:44 +03:00

Improve position of node output labels

This commit is contained in:
Jan Oberhauser 2019-07-25 19:27:58 +02:00
parent fd2da9d4b6
commit 6c2887e608

View File

@ -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,