diff --git a/ui/src/components/copilot/copilot-config-form.tsx b/ui/src/components/copilot/copilot-config-form.tsx index cb9a37e3..1df9a38d 100644 --- a/ui/src/components/copilot/copilot-config-form.tsx +++ b/ui/src/components/copilot/copilot-config-form.tsx @@ -3,8 +3,8 @@ * * Form for configuring GitHub Copilot integration settings. * Split-view layout matching CLIProxy provider editor: - * - Left: Friendly UI with model mapping selectors - * - Right: Raw JSON editor for copilot.settings.json + * - Left (50%): Friendly UI with model mapping selectors + * - Right (50%): Raw JSON editor for copilot.settings.json */ import { useState, useMemo, useCallback, lazy, Suspense } from 'react'; @@ -637,8 +637,8 @@ export function CopilotConfigForm() { - {/* Split Layout (40% Left / 60% Right) */} -