mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Style fix
This commit is contained in:
@@ -146,7 +146,7 @@ const ApiOptions = ({ showModelOptions, apiErrorMessage }: ApiOptionsProps) => {
|
|||||||
{anthropicBaseUrlSelected && (
|
{anthropicBaseUrlSelected && (
|
||||||
<VSCodeTextField
|
<VSCodeTextField
|
||||||
value={apiConfiguration?.anthropicBaseUrl || ""}
|
value={apiConfiguration?.anthropicBaseUrl || ""}
|
||||||
style={{ width: "100%", marginTop: 2 }}
|
style={{ width: "100%", marginTop: 3 }}
|
||||||
type="url"
|
type="url"
|
||||||
onInput={handleInputChange("anthropicBaseUrl")}
|
onInput={handleInputChange("anthropicBaseUrl")}
|
||||||
placeholder="Default: https://api.anthropic.com"
|
placeholder="Default: https://api.anthropic.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user