mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 22:54:22 +00:00
Display at least 12 rows in the Markdown editor
This commit is contained in:
parent
e89ecc6700
commit
553d292634
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ export const EditableMarkdown = (props: TextAreaProps) => {
|
||||||
edit={
|
edit={
|
||||||
<textarea
|
<textarea
|
||||||
className={style.editableMarkdownEdit}
|
className={style.editableMarkdownEdit}
|
||||||
|
rows={12}
|
||||||
{...props}
|
{...props}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue