Skip to content
Snippets Groups Projects
Commit 9ef4d473 authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

Merge branch 'fixlainsissueforgood' into 'develop'

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

Closes #922

See merge request !1261
parents 350f2501 048e67f5
No related branches found
No related tags found
2 merge requests!1278Merge develop into master for 2.2.0,!1261make subjectline input use size=1 for compatibility with CJK fonts
Pipeline #32141 passed
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment