Ver código fonte

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

tags/0.6.14
AIxGEEK 1 ano atrás
pai
commit
279caf033c
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3
    1
      web/app/components/workflow/header/checklist.tsx

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

@@ -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'>
{

Carregando…
Cancelar
Salvar