fix: make chat input handle overflow (#7014)
Fix handle not overflowing
This commit is contained in:
parent
1497061477
commit
0f034ca1c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue