瀏覽代碼

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

tags/0.6.14
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'>
{

Loading…
取消
儲存