From 1b93529b4e7f2fd1850d39bd748b88fbbee7497e Mon Sep 17 00:00:00 2001 From: Dhananjay-12 Date: Thu, 23 Nov 2023 16:10:21 +0530 Subject: [PATCH] Fixed alignment of workflow title --- src/main/WorkflowSelection.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/WorkflowSelection.tsx b/src/main/WorkflowSelection.tsx index 8a64d1487..5102e450f 100644 --- a/src/main/WorkflowSelection.tsx +++ b/src/main/WorkflowSelection.tsx @@ -166,6 +166,7 @@ const WorkflowButton: React.FC<{stateName: string, workflowId: string, workflowD display: 'flex', flexDirection: 'column', maxWidth: '500px', + paddingTop: '2px', }) const headerStyle = css({