This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
fix: node-title-is-overflow-in-checklist (
#5870
)
tags/0.6.14
AIxGEEK
1 year ago
parent
eff280f3e7
commit
279caf033c
No account linked to committer's email address
1 changed files
with
3 additions
and
1 deletions
Split View
Show Diff Stats
3
1
web/app/components/workflow/header/checklist.tsx
+ 3
- 1
web/app/components/workflow/header/checklist.tsx
View File
@@ -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'>
{
Write
Preview
Loading…
Cancel
Save