Vertical scrolling added for comment box
This commit is contained in:
parent
592cfcbe0f
commit
2bd47ee19c
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
<img src="{$userquery->avatar(false,'m',userid())}" class="img-circle">
|
||||
</div>
|
||||
<div class="comment_txt_area">
|
||||
<textarea name="comment" id="comment_box" cols="30" rows="1" class="form-control" placeholder="Please type something in a comment box"></textarea>
|
||||
<textarea style="resize: vertical;" name="comment" id="comment_box" cols="30" rows="1" class="form-control" placeholder="Please type something in a comment box"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearfix text-right">
|
||||
|
|
Loading…
Add table
Reference in a new issue