fix: make chat input handle overflow (#7014)

Fix handle not overflowing
This commit is contained in:
Lucas Oliveira 2025-03-11 12:18:27 -03:00 committed by GitHub
commit 0f034ca1c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -493,7 +493,7 @@ function GenericNode({
<div
data-testid={`${data.id}-main-node`}
className={cn(
"grid truncate text-wrap p-4 leading-5",
"grid text-wrap p-4 leading-5",
showNode ? "border-b" : "relative",
hasDescription && "gap-3",
)}