I've got this code for a row with some text boxes and buttons inside.
However, the text is overflowing from the div. I tried using the overflow attribute but it didn't work.
<div class ="row no-gutter">
<div class ="col-sm-12" style="margin:8px 0px 0px 0px;padding-left:8px;padding-right:8px;">
<div class ="row">
<div class ="col-sm-6" style="margin:8px 0px 0px 0px;padding-left:30px;padding-right:30px;">
<div id="MainContent_UpdatePanelCentrifugeSpinAndStep" >
<div class ="row">
<div class ="col-sm-4 text-center" style="margin:2px 0px 0px 0px;padding-right:0px;">
<div class="form-control input-md" >
<input id="MainContent_chkLastCycle" type="checkbox" name="ctl00$MainContent$chkLastCycle" />
End Day Production Re-set
</div>
</div>
</div>
</div>
</div>
</div>
Take a look at this fiddle to see the same: https://jsfiddle.net/2zfp3g4g/