Skip to content
Snippets Groups Projects
Commit 048e67f5 authored by HJ's avatar HJ :fire:
Browse files

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

parent 350f2501
No related branches found
No related tags found
No related merge requests found
......@@ -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