Fix: The index textarea in the wiki template can be enlarged. (#17613)

This commit is contained in:
balibabu
2026-07-31 14:11:26 +08:00
committed by GitHub
parent b8117812e4
commit 51fe08712e

View File

@@ -55,7 +55,7 @@ export function BlueprintSection({
name={instructionPath}
label={t('setting.instruction')}
>
<Textarea rows={6} />
<Textarea rows={8} resize={'vertical'} />
</RAGFlowFormItem>
<div className="flex h-[50vh] min-h-0 flex-col">