Fix: Add tailwind class to avoid text breaking component box

This commit is contained in:
igorrCarvalho 2023-11-20 21:03:00 -03:00
commit a54363c4d5

View file

@ -408,7 +408,7 @@ export default function GenericNode({
/>
) : (
<div
className="generic-node-desc-text"
className="generic-node-desc-text break-all"
onDoubleClick={() => setInputDescription(true)}
>
{data.node?.description}