Fix: Add tailwind class to avoid text breaking component box
This commit is contained in:
parent
1c36520bee
commit
a54363c4d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue