How to increase height of textarea using bootstrap rows and columns

textarea {
  width: 300px;
  height: 150px;
}

adjust as needed.

Leave a Comment