Fix select dropdown styling (#2682)

This commit is contained in:
Matt Rubens 2025-04-16 06:40:43 -04:00 committed by GitHub
parent 923e391bb8
commit 2d360dc59e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"roo-cline": patch
---
Fix select dropdown styling

View file

@ -1037,7 +1037,6 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
vscode.postMessage({ type: "loadApiConfigurationById", text: value })
}
}}
contentClassName="max-h-[300px]"
triggerClassName="w-full text-ellipsis overflow-hidden"
itemClassName="group"
renderItem={({ type, value, label, pinned }) => {