Merge remote-tracking branch 'upstream/develop' into neckbeard

This commit is contained in:
Your New SJW Waifu 2020-10-21 13:36:18 -05:00
commit 6d8dd2eede
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
<input
:id="`poll-${index}`"
v-model="options[index]"
size="1"
class="poll-option-input"
type="text"
:placeholder="$t('polls.option')"

View File

@ -123,6 +123,7 @@
type="text"
:placeholder="$t('post_status.content_warning')"
:disabled="posting"
size="1"
class="form-post-subject"
>
</EmojiInput>