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: fix wrong css class (
#23299
)
tags/1.7.2
NeatGuyCoding
3 months ago
parent
aac849d4f4
commit
ff9fd0cdb2
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
web/app/components/workflow/nodes/_base/components/variable/variable-label/base/variable-node-label.tsx
+ 1
- 1
web/app/components/workflow/nodes/_base/components/variable/variable-label/base/variable-node-label.tsx
View File
@@ -22,7 +22,7 @@ const VariableNodeLabel = ({
{
nodeTitle && (
<div
className='system-xs-medium max-[60px] truncate text-text-secondary'
className='system-xs-medium max-
w-
[60px] truncate text-text-secondary'
title={nodeTitle}
>
{nodeTitle}
Write
Preview
Loading…
Cancel
Save