From 4d1da18e84690aaea93c3019046c760df79f8c2d Mon Sep 17 00:00:00 2001 From: balibabu Date: Fri, 7 Aug 2026 14:55:30 +0800 Subject: [PATCH] Fix: The height of the source code mode in the wiki template's Markdown editor is too small. (#17982) --- .../edit-next/components/blueprint-section.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/pages/user-setting/compilation-templates/edit-next/components/blueprint-section.tsx b/web/src/pages/user-setting/compilation-templates/edit-next/components/blueprint-section.tsx index 51cb55716d..fa9e3a6a37 100644 --- a/web/src/pages/user-setting/compilation-templates/edit-next/components/blueprint-section.tsx +++ b/web/src/pages/user-setting/compilation-templates/edit-next/components/blueprint-section.tsx @@ -59,6 +59,7 @@ export function BlueprintSection({ name={examplePath} label={t('setting.example')} className="flex h-[50vh] min-h-0 flex-col" + valueClassName="flex-1 min-h-0" > {(field) => (