Add sytle resize to text area

This commit is contained in:
Eliot Whalan 2016-06-24 16:05:39 +10:00
parent ead0a0c4fe
commit 4d8a90a606
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
<span class="help-block">Paste Title</span>
</div>
<div class="form-group is-empty" style="margin-top: 0px;">
<textarea class="form-control" rows="20" id="textArea" name="p" placeholder="Paste"></textarea>
<textarea class="form-control" rows="20" id="textArea" name="p" placeholder="Paste" style="resize: both;"></textarea>
<span class="help-block">Paste your text here</span>
</div>
</div>