JSFiddle - React, Tailwind, and code Playground
by Dhanck
HTML
<div class="form-group">
<div class="col-md-3 col-sm-12">
<label class="control-label pull-right required">Column number to check for blanks</label>
</div>
<div class="col-md-9 col-sm-12">
<input type="text" class="form-control">
</div>
</div>
CSS
@media (max-width: 992px) {
.col-sm-12 .pull-right {
float: left!important;
}
}
@media (max-width: 992px) {
.col-sm-12 .pull-right {
float: left!important;
}
}