From beb4cfbbf8791ef81c611432c2e2c5f853b2a765 Mon Sep 17 00:00:00 2001 From: Felix NyxJae <52313587+NyxJae@users.noreply.github.com> Date: Wed, 19 Mar 2025 12:09:04 +0800 Subject: [PATCH] fix: Adjust the style of the HumanRelayDialog component to increase the maximum height and spacing of the content area (#1791) * fix: Add special handling to human-relay providers, optimize configuration check logic * fix: Remove the debug log in the checkExistKey function * fix: Adjust the style of the HumanRelayDialog component to increase the maximum height and spacing of the content area --- webview-ui/src/components/human-relay/HumanRelayDialog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webview-ui/src/components/human-relay/HumanRelayDialog.tsx b/webview-ui/src/components/human-relay/HumanRelayDialog.tsx index 87af4832c6..a19a0037d0 100644 --- a/webview-ui/src/components/human-relay/HumanRelayDialog.tsx +++ b/webview-ui/src/components/human-relay/HumanRelayDialog.tsx @@ -66,13 +66,13 @@ export const HumanRelayDialog: React.FC = ({ return ( !open && handleCancel()}> - + {t("humanRelay:dialogTitle")} {t("humanRelay:dialogDescription")} -
+