From 046545b0b2fa67dfa5d061ffcc16ac2f35c0432e Mon Sep 17 00:00:00 2001 From: kewton Date: Tue, 14 Apr 2026 14:25:04 +0900 Subject: [PATCH] fix(assistant-chat): align dropdown heights and fix controls layout Restructure controls section into separate label row and selects row so Repository and CLI selects render at the same vertical position. Update test to match renamed description label. Co-Authored-By: Claude Sonnet 4.6 --- src/components/home/AssistantChatPanel.tsx | 78 ++++++++++++---------- tests/unit/AssistantChatPanel.test.tsx | 2 +- 2 files changed, 42 insertions(+), 38 deletions(-) diff --git a/src/components/home/AssistantChatPanel.tsx b/src/components/home/AssistantChatPanel.tsx index d7138fb8..741ccd7b 100644 --- a/src/components/home/AssistantChatPanel.tsx +++ b/src/components/home/AssistantChatPanel.tsx @@ -273,16 +273,24 @@ export function AssistantChatPanel() { {/* Controls */} -
-