mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-19 15:39:08 +08:00
fix: node-title-is-overflow-in-checklist (#5870)
This commit is contained in:
parent
eff280f3e7
commit
279caf033c
@ -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…
x
Reference in New Issue
Block a user