1
Good morning, you guys!
I am having difficulty when the user minimize the screen, fields before overlapping within the grid, break into a new line....
ps: this spacing between the fields is to have msm...
If anyone can help, I appreciate the strength!
<div class="col-md-8">
<div class="col-md-12">
<div class="row form-group">
<div class="col-md-2" style="text-align: right;">
<label for="codigo">Codigo: </label>
</div>
<div class="col-md-2">
<input type="text" id="codigo" nbInput />
</div>
<div class="col-md-2" style="text-align: right;">
<label for="ponto">Ponto: </label>
</div>
<div class="col-md-2">
<input type="ponto" id="ponto" nbInput />
</div>
</div>
</div>
</div>
Have you tried removing this class from the Row
form-group
?– hugocsl
hi hugocsl.. thanks for the gallows! I tried yes! when I minimize it overlap and... I just wish before I overlap it would already go down the line :/
– marcao1569