Add sytle resize to text area
This commit is contained in:
parent
ead0a0c4fe
commit
4d8a90a606
|
@ -37,7 +37,7 @@
|
||||||
<span class="help-block">Paste Title</span>
|
<span class="help-block">Paste Title</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group is-empty" style="margin-top: 0px;">
|
<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>
|
<span class="help-block">Paste your text here</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue