mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-14 20:41:21 +08:00
fix: fix wrong css class (#23299)
This commit is contained in:
+1
-1
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user