From 42329d4dce60cd9ad9fc129f004caaa26a191c81 Mon Sep 17 00:00:00 2001 From: Jason Date: Sat, 11 Oct 2025 10:15:40 +0800 Subject: [PATCH] fix(mcp): prevent wizard height jump when switching types - Add min-h-[400px] to form fields container - Ensures consistent height between stdio and http modes - Eliminates visual jump when toggling between types --- src/components/mcp/McpWizardModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/mcp/McpWizardModal.tsx b/src/components/mcp/McpWizardModal.tsx index c76ec8b..86a8848 100644 --- a/src/components/mcp/McpWizardModal.tsx +++ b/src/components/mcp/McpWizardModal.tsx @@ -209,7 +209,7 @@ const McpWizardModal: React.FC = ({ {/* Form Fields */} -
+
{/* Type */}