1
I have the following inline form, and would like to resize the input according to the design:
Follows code:
<div class="row">
<div class="col-lg-12">
<div class="panel panel-default">
<div class="panel-heading">Pesquisar</div>
<div class="panel-body">
<form class="form-inline ">
<div class="form-group">
<div class="form-group">
<label for="sel1">Select list:</label>
<select class="form-control" id="sel1">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
</select>
</div>
</div>
<input type="text" class="form-control" id="campoPesquisa">
<button type="submit" class="btn btn-default">Pesquisar</button>
</form>
</div>
</div>
</div>
I have tried to put inside a Row, outside the Row. Beginner doubt.
And there, thank you for the answer, but he shifted the content to the right. I had already moved it unintentionally, however I wanted to resize the intput to higher.
– Robss70
Sorry if I misunderstood, in case you want to increase the field of select ?
– Vinicius Oliveira
No, the input you’d like to resize.
– Robss70
I made an Edit, in my post commenting on the input, take a look and see if it helps you brother!
– Vinicius Oliveira