We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d119308 commit 5fc6ecfCopy full SHA for 5fc6ecf
libs/web-flow-executor/src/nodes/data-viewers/array.ts
@@ -36,7 +36,7 @@ function createArrayView(
36
return `
37
<div class="flex flex-row justify-start text-left ${index > 0 ? 'mt-2' : ''}">
38
<div class="${
39
- isObject ? 'grid grid-cols-[auto_1fr]' : 'flex flex-row gap-4'
+ isObject ? 'grid grid-cols-[auto_1fr]' : 'block max-w-[200px]'
40
} flex-grow ${textEllipsis}">${
41
typeof data === 'number'
42
? data.toFixed(2)
0 commit comments