mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix select dropdown styling (#2682)
This commit is contained in:
parent
923e391bb8
commit
2d360dc59e
2 changed files with 5 additions and 1 deletions
5
.changeset/famous-squids-smile.md
Normal file
5
.changeset/famous-squids-smile.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Fix select dropdown styling
|
||||
|
|
@ -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 }) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue