소스 검색

fix: node-title-is-overflow-in-checklist (#5870)

AIxGEEK 1 년 전
부모
커밋
279caf033c
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      web/app/components/workflow/header/checklist.tsx

+ 3 - 1
web/app/components/workflow/header/checklist.tsx

@@ -122,7 +122,9 @@ const WorkflowChecklist = ({
                               className='mr-1.5'
                               toolIcon={node.toolIcon}
                             />
-                            {node.title}
+                            <span className='grow truncate'>
+                              {node.title}
+                            </span>
                           </div>
                           <div className='border-t-[0.5px] border-t-black/2'>
                             {