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:
parent
e89ecc6700
commit
553d292634
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ export const EditableMarkdown = (props: TextAreaProps) => {
|
|||
edit={
|
||||
<textarea
|
||||
className={style.editableMarkdownEdit}
|
||||
rows={12}
|
||||
{...props}
|
||||
/>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue