Skip to content

Commit 332a0b6

Browse files
ivicackresimir-coko
authored andcommitted
3314 client - Adjust spacing in OutputTab for better alignment
1 parent 7f9344c commit 332a0b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • client/src/pages/platform/workflow-editor/components/node-details-tabs/output-tab

client/src/pages/platform/workflow-editor/components/node-details-tabs/output-tab/OutputTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ const OutputTab = ({connectionMissing, currentNode, variablePropertiesDefined =
270270
>
271271
<div
272272
className={twMerge(
273-
'flex items-center justify-center',
273+
'mt-1 flex items-center justify-center',
274274
!currentNode.trigger && 'w-full'
275275
)}
276276
>

0 commit comments

Comments
 (0)