From 82a7c95dbae0c21443cd404384c2349f29ba9cf9 Mon Sep 17 00:00:00 2001 From: Shantur Rathore Date: Fri, 17 Apr 2026 16:12:48 +0100 Subject: [PATCH] fix(ui): separate prompt composer action columns Keep the textarea width independent from the prompt controls so wrapping matches the visible layout. Split secondary controls from the primary stop/send rail to preserve the original action column width and add a matching divider. --- packages/ui/src/components/prompt-input.tsx | 217 +++++++++--------- .../ui/src/styles/messaging/prompt-input.css | 26 ++- 2 files changed, 125 insertions(+), 118 deletions(-) diff --git a/packages/ui/src/components/prompt-input.tsx b/packages/ui/src/components/prompt-input.tsx index 669bfc67..b55ee07e 100644 --- a/packages/ui/src/components/prompt-input.tsx +++ b/packages/ui/src/components/prompt-input.tsx @@ -581,113 +581,6 @@ export default function PromptInput(props: PromptInputProps) { autoCapitalize="off" autocomplete="off" /> -
-
- - - - - - - -
-
- - - - - -
-
+
+
+ + + + + + + +
+
+ + + + + +
+
+
+ +