increase min size

This commit is contained in:
Ulf Gebhardt 2025-05-28 15:39:29 +02:00
parent a62b7d33b5
commit 1259ce7596
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -49,7 +49,7 @@ export function TextAreaInput({
return { return {
status: false, status: false,
lineNumbers: false, lineNumbers: false,
minHeight: '100px', minHeight: '150px',
forceSync: true, forceSync: true,
/* /*
autoDownloadFontAwesome?: boolean; autoDownloadFontAwesome?: boolean;