Add sytle resize to text area
This commit is contained in:
parent
282e9712da
commit
b13d7d2035
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue