make subjectline input use size=1 for compatibility with CJK fonts

experimental-3-column
Henry Jameson 4 years ago
parent 350f25016f
commit 048e67f5fc

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

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

Loading…
Cancel
Save