textarea rows css code example
Example 1: textarea only one line
textarea {
resize: none;
white-space: nowrap;
overflow-x: scroll; /* or hidden */
}
Example 2: bootstrap textarea width
<textarea class="form-control" style="min-width: 100%"></textarea>
Example 3: textarea rows cols
<textarea rows="4" cols="50">