how to increase the width of textarea in bootstrap code example
Example: bootstrap textarea width
<textarea class="form-control" style="min-width: 100%"></textarea>
<textarea class="form-control" style="min-width: 100%"></textarea>