comment editting rows

This commit is contained in:
keyan 2021-11-13 10:28:58 -06:00
parent f56315f89f
commit 803f414c6e
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ export default function CommentEdit ({ comment, editThreshold, onSuccess, onCanc
<MarkdownInput
name='text'
as={TextareaAutosize}
minRows={4}
minRows={6}
autoFocus
required
/>