Merge branch 'fixlainsissueforgood' into 'develop'

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

Closes #922

See merge request pleroma/pleroma-fe!1261
このコミットが含まれているのは:
Shpuld Shpludson 2020-10-21 06:18:25 +00:00
コミット 9ef4d473cb
2個のファイルの変更2行の追加0行の削除

ファイルの表示

@ -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>