From 279caf033c51e803684aa996749349ba538fd86b Mon Sep 17 00:00:00 2001 From: AIxGEEK Date: Tue, 9 Jul 2024 15:12:41 +0800 Subject: [PATCH] fix: node-title-is-overflow-in-checklist (#5870) --- web/app/components/workflow/header/checklist.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/app/components/workflow/header/checklist.tsx b/web/app/components/workflow/header/checklist.tsx index fcc32fda94..ee2876acb6 100644 --- a/web/app/components/workflow/header/checklist.tsx +++ b/web/app/components/workflow/header/checklist.tsx @@ -122,7 +122,9 @@ const WorkflowChecklist = ({ className='mr-1.5' toolIcon={node.toolIcon} /> - {node.title} + + {node.title} +
{