1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-12-22 14:44:21 +00:00

Display at least 12 rows in the Markdown editor

This commit is contained in:
Steffo 2022-07-17 06:19:53 +02:00
parent e89ecc6700
commit 553d292634
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -57,6 +57,7 @@ export const EditableMarkdown = (props: TextAreaProps) => {
edit={
<textarea
className={style.editableMarkdownEdit}
rows={12}
{...props}
/>
}