Skip to content

Commit 93fac05

Browse files
authored
Update webview-ui/src/components/settings/ApiOptions.tsx
1 parent 48a2fd6 commit 93fac05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/settings/ApiOptions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ const ApiOptions = ({
850850
</div>
851851

852852
<div className="flex flex-col gap-3">
853-
<div className="text-sm text-vscode-descriptionForeground" style={{ whiteSpace: "pre-line" }}>
853+
<div className="text-sm text-vscode-descriptionForeground whitespace-pre-line">
854854
{t("settings:providers.customModel.capabilities")}
855855
</div>
856856

0 commit comments

Comments
 (0)