fix: node-title-is-overflow-in-checklist (#5870)
This commit is contained in:
@@ -122,7 +122,9 @@ const WorkflowChecklist = ({
|
|||||||
className='mr-1.5'
|
className='mr-1.5'
|
||||||
toolIcon={node.toolIcon}
|
toolIcon={node.toolIcon}
|
||||||
/>
|
/>
|
||||||
{node.title}
|
<span className='grow truncate'>
|
||||||
|
{node.title}
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div className='border-t-[0.5px] border-t-black/2'>
|
<div className='border-t-[0.5px] border-t-black/2'>
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user