Saoud Rizwan 1 год назад
Родитель
Сommit
e6d95eaad4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      webview-ui/src/components/ApiOptions.tsx

+ 1 - 1
webview-ui/src/components/ApiOptions.tsx

@@ -146,7 +146,7 @@ const ApiOptions = ({ showModelOptions, apiErrorMessage }: ApiOptionsProps) => {
 					{anthropicBaseUrlSelected && (
 						<VSCodeTextField
 							value={apiConfiguration?.anthropicBaseUrl || ""}
-							style={{ width: "100%", marginTop: 2 }}
+							style={{ width: "100%", marginTop: 3 }}
 							type="url"
 							onInput={handleInputChange("anthropicBaseUrl")}
 							placeholder="Default: https://api.anthropic.com"