diff options
| author | jared <jaredrmain@gmail.com> | 2019-03-26 13:40:37 -0400 |
|---|---|---|
| committer | jared <jaredrmain@gmail.com> | 2019-03-26 13:40:37 -0400 |
| commit | 29274542336b82b5a8c5c19f7e5ce476f489ae37 (patch) | |
| tree | 1b63a575c38b435c3effaa1be01d8a8809fee858 /src/components/post_status_form | |
| parent | 441deb405da1252ccab38501c0324ddea856f771 (diff) | |
#255 - support textarea and update user settings page
Diffstat (limited to 'src/components/post_status_form')
| -rw-r--r-- | src/components/post_status_form/post_status_form.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index 9d449b74..b2a1dc58 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -15,7 +15,7 @@ type="text" :placeholder="$t('post_status.content_warning')" v-model="newStatus.spoilerText" - class="form-cw" + classname="form-control" /> <textarea ref="textarea" |
