Align chat input action buttons to bottom when large amount of text (#3455)

This commit is contained in:
Zane
2025-07-16 12:53:16 -07:00
committed by GitHub
parent b6c8e7a25a
commit 3d28adf075
3 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -892,7 +892,7 @@ export default function ChatInput({
>
<form onSubmit={onFormSubmit} className="flex flex-col">
{/* Input row with inline action buttons */}
<div className="relative flex items-center">
<div className="relative flex items-end">
<div className="relative flex-1">
<textarea
data-testid="chat-input"