Fix: The height of the source code mode in the wiki template's Markdown editor is too small. (#17982)

This commit is contained in:
balibabu
2026-08-07 14:55:30 +08:00
committed by GitHub
parent e2e70cea92
commit 4d1da18e84

View File

@@ -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) => (
<MarkdownEditor