I am developing in asp.net mvc 4 and I have the following query:
with this code:
<div class="col-md-12">
<label>Ejemplo</label>
<input type="text" name="name" class="form-control"/>
</div>
It should show a text box about the size of almost the entire screen, but only a part is shown.
To what is it ??? and as aria to display on almost the entire screen with indicates in the bootstrap documentation.