fix truncate summary and adapt graph size

This commit is contained in:
Ruben Fiszel
2022-11-12 20:54:37 +01:00
parent 76a6768ed9
commit ab8b2296c3
2 changed files with 3 additions and 3 deletions

View File

@@ -154,7 +154,7 @@
data: {
html: `
<div class="w-full flex justify-between items-center px-1">
<div class="${wrapperWidth} text-left ellipsize text-2xs">
<div class="${wrapperWidth} text-left ellipsize text-2xs truncate">
${title}
</div>
<div class="flex items-center">
@@ -192,7 +192,7 @@
const item = getConvertedFlowModule(module, loop.items)
item && loop.items.push(item)
})
loop.items.push(createVirtualNode(getParentIds(loop.items), 'Collection of the results'))
loop.items.push(createVirtualNode(getParentIds(loop.items), "Collect iterations' results"))
return loop
}

View File

@@ -1,5 +1,5 @@
export const NODE = {
width: 200,
width: 300,
height: 35,
gap: {
horizontal: 40,