Skip to content

Commit 1ffc7e4

Browse files
committed
- client - Adjust spacing in OutputTab for better alignment
1 parent 38c42b8 commit 1ffc7e4

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
@@ -271,7 +271,7 @@ const OutputTab = ({connectionMissing, currentNode, variablePropertiesDefined =
271271
>
272272
<div
273273
className={twMerge(
274-
'flex items-center justify-center',
274+
'flex items-center justify-center mt-1',
275275
!currentNode.trigger && 'w-full'
276276
)}
277277
>

0 commit comments

Comments
 (0)