From 18cd750f8315ea8efdbee7bd2b0352787fe466a7 Mon Sep 17 00:00:00 2001 From: lihuaping <46363919+lihuaping@users.noreply.github.com> Date: Tue, 4 Aug 2026 16:14:16 +0800 Subject: [PATCH] fix(autopilots): keep configuration panel visible for wide runbooks (#6081) Co-authored-by: lihuaping --- packages/views/autopilots/components/autopilot-dialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/views/autopilots/components/autopilot-dialog.tsx b/packages/views/autopilots/components/autopilot-dialog.tsx index 056945f6a4..99e7f3fcb7 100644 --- a/packages/views/autopilots/components/autopilot-dialog.tsx +++ b/packages/views/autopilots/components/autopilot-dialog.tsx @@ -562,7 +562,7 @@ export function AutopilotDialog(props: AutopilotDialogProps) { className="flex-1 min-h-0 flex flex-col lg:flex-row overflow-y-auto lg:overflow-hidden" > {/* Left: Runbook */} -
+