Vertical scrolling added for comment box

This commit is contained in:
Saqib Razzaq 2016-07-14 04:30:30 -07:00
parent 592cfcbe0f
commit 2bd47ee19c

View file

@ -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">