fix: fix wrong css class (#23299)

This commit is contained in:
NeatGuyCoding 2025-08-02 17:36:15 +08:00 committed by GitHub
parent aac849d4f4
commit ff9fd0cdb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ const VariableNodeLabel = ({
{ {
nodeTitle && ( nodeTitle && (
<div <div
className='system-xs-medium max-[60px] truncate text-text-secondary' className='system-xs-medium max-w-[60px] truncate text-text-secondary'
title={nodeTitle} title={nodeTitle}
> >
{nodeTitle} {nodeTitle}