From b5570c1c0e30b4aee7cdb7ab3d8f934196c79573 Mon Sep 17 00:00:00 2001 From: Vikhyath Mondreti Date: Fri, 19 Sep 2025 11:49:36 -0700 Subject: [PATCH] fix(cursor): misaligned in long inputs (#1388) --- .../components/sub-block/components/long-input.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-block/components/sub-block/components/long-input.tsx b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-block/components/sub-block/components/long-input.tsx index 8560ddbaa..10c267531 100644 --- a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-block/components/sub-block/components/long-input.tsx +++ b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-block/components/sub-block/components/long-input.tsx @@ -397,13 +397,12 @@ export function LongInput({ />
{formatDisplayText(value?.toString() ?? '')}