mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
feat(settings): add full width to API config manager dropdown
Add a CSS class to make the API config dropdown take up the full width of its container. This improves the layout and appearance of the settings page.
This commit is contained in:
parent
9ad8aaf300
commit
03d4c7f359
1 changed files with 1 additions and 0 deletions
|
|
@ -219,6 +219,7 @@ const ApiConfigManager = ({
|
|||
value: config.name,
|
||||
label: config.name,
|
||||
}))}
|
||||
className="w-full"
|
||||
/>
|
||||
<VSCodeButton
|
||||
appearance="icon"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue