fix: fix wrong css class (#23299)
This commit is contained in:
parent
aac849d4f4
commit
ff9fd0cdb2
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue