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
This commit is contained in:
commit
9ef4d473cb
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
<input
|
<input
|
||||||
:id="`poll-${index}`"
|
:id="`poll-${index}`"
|
||||||
v-model="options[index]"
|
v-model="options[index]"
|
||||||
|
size="1"
|
||||||
class="poll-option-input"
|
class="poll-option-input"
|
||||||
type="text"
|
type="text"
|
||||||
:placeholder="$t('polls.option')"
|
:placeholder="$t('polls.option')"
|
||||||
|
|
|
@ -123,6 +123,7 @@
|
||||||
type="text"
|
type="text"
|
||||||
:placeholder="$t('post_status.content_warning')"
|
:placeholder="$t('post_status.content_warning')"
|
||||||
:disabled="posting"
|
:disabled="posting"
|
||||||
|
size="1"
|
||||||
class="form-post-subject"
|
class="form-post-subject"
|
||||||
>
|
>
|
||||||
</EmojiInput>
|
</EmojiInput>
|
||||||
|
|
Loading…
Reference in a new issue