Bläddra i källkod

fix: fix wrong css class (#23299)

tags/1.7.2
NeatGuyCoding 3 månader sedan
förälder
incheckning
ff9fd0cdb2
Inget konto är kopplat till bidragsgivarens mejladress

+ 1
- 1
web/app/components/workflow/nodes/_base/components/variable/variable-label/base/variable-node-label.tsx Visa fil

@@ -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}

Laddar…
Avbryt
Spara