Increase textarea size
This commit is contained in:
parent
0f156c1789
commit
e02fb51fe0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue