diff --git a/ui/src/components/cliproxy/provider-editor/index.tsx b/ui/src/components/cliproxy/provider-editor/index.tsx
index 502b8583..55d858f0 100644
--- a/ui/src/components/cliproxy/provider-editor/index.tsx
+++ b/ui/src/components/cliproxy/provider-editor/index.tsx
@@ -234,8 +234,8 @@ export function ProviderEditor({
Loading settings...
) : (
-
-
+
+
@@ -303,7 +303,7 @@ export function ProviderEditor({
-
+
diff --git a/ui/src/components/profiles/editor/index.tsx b/ui/src/components/profiles/editor/index.tsx
index d13c4353..f9709845 100644
--- a/ui/src/components/profiles/editor/index.tsx
+++ b/ui/src/components/profiles/editor/index.tsx
@@ -226,8 +226,8 @@ export function ProfileEditor({
) : (
-
-
+
+
-
+
diff --git a/ui/src/components/shared/code-editor.tsx b/ui/src/components/shared/code-editor.tsx
index e1dd049e..5dbc3fd4 100644
--- a/ui/src/components/shared/code-editor.tsx
+++ b/ui/src/components/shared/code-editor.tsx
@@ -156,12 +156,16 @@ export function CodeEditor({
);
return (
-
+
{/* Editor container */}
-
+
{selectedProfileData ? (
<>