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

pull/6098/head
AIxGEEK 2 years ago committed by GitHub
parent eff280f3e7
commit 279caf033c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save