Merge pull request #6129 from svbergerem/comment-box-resize
Fix autoresize default height for comment box
This commit is contained in:
commit
afd91b60fa
1 changed files with 1 additions and 2 deletions
|
|
@ -20,8 +20,7 @@
|
||||||
|
|
||||||
<div class="bd">
|
<div class="bd">
|
||||||
<form accept-charset="UTF-8" action="/posts/{{id}}/comments" class="new_comment" id="new_comment_on_{{id}}" method="post">
|
<form accept-charset="UTF-8" action="/posts/{{id}}/comments" class="new_comment" id="new_comment_on_{{id}}" method="post">
|
||||||
<textarea class="comment_box form-control" id="comment_text_on_{{id}}" name="text" rows="2" required placeholder="{{t
|
<textarea class="comment_box form-control" id="comment_text_on_{{id}}" name="text" rows="1" required placeholder="{{t "stream.comment"}}" />
|
||||||
"stream.comment"}}" />
|
|
||||||
<div class="submit_button">
|
<div class="submit_button">
|
||||||
<input class="btn btn-primary" id="comment_submit_{{id}}" name="commit" type="submit" value="{{t "stream.comment"}}" />
|
<input class="btn btn-primary" id="comment_submit_{{id}}" name="commit" type="submit" value="{{t "stream.comment"}}" />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue