From b32b7712e2087364809de685bce12edc8596dfdc Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 8 Aug 2025 18:34:12 +0800 Subject: [PATCH] fix: i18n options too long breaks plugin setting ui (#23640) --- web/app/components/plugins/reference-setting-modal/modal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/components/plugins/reference-setting-modal/modal.tsx b/web/app/components/plugins/reference-setting-modal/modal.tsx index 9fefbdbb5..d47e78ecd 100644 --- a/web/app/components/plugins/reference-setting-modal/modal.tsx +++ b/web/app/components/plugins/reference-setting-modal/modal.tsx @@ -50,9 +50,9 @@ const PluginSettingModal: FC = ({ isShow onClose={onHide} closable - className='w-[480px] !p-0' + className='w-[620px] max-w-[620px] !p-0' > -
+
{t(`${i18nPrefix}.title`)}