fix: Resizable textarea height issue

This commit is contained in:
iamsivin
2023-11-15 11:42:05 +05:30
parent cd217a3f86
commit 201747d6a2
3 changed files with 15 additions and 6 deletions
@@ -4,6 +4,7 @@
v-model="articleTitle"
type="text"
rows="1"
:min-height="6"
class="article-heading"
:placeholder="$t('HELP_CENTER.EDIT_ARTICLE.TITLE_PLACEHOLDER')"
@focus="onFocus"