I am able to increase the height of my form for question, however the text isnt contained to the box. typing keeps going across not down to the next line to stay in the box.
just used height set to 150px in css.
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/>
<form>
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
</div>
</form>
<form>
<div class="form-group enter-question">
<label for="exampleInputEmail1">Enter your question: </label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
</div>
</form>