Increase textarea size

This commit is contained in:
Eliot Whalan 2016-06-23 19:03:58 +10:00
parent 0f156c1789
commit e02fb51fe0
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<fieldset>
<div class="well" style="padding-top: 10px;">
<div class="form-group is-empty" style="margin-top: 0px;">
<textarea class="form-control" rows="10" id="textArea" name="p"></textarea>
<textarea class="form-control" rows="20" id="textArea" name="p"></textarea>
<span class="help-block">Paste your text here</span>
</div>
</div>