Closed sucheep-s closed 7 years ago
The input doesn't has a full width that it should be. For example,
<div class="form-group"> <label class="col-sm-3 control-label">Color</label> <div class="col-sm-6"> <div class="input-group"> <div id="color" class="bfh-colorpicker"></div> </div> </div> </div>
<div class="form-group">
<label class="col-sm-3 control-label">Color</label>
<div class="col-sm-6">
<div class="input-group">
<div id="color" class="bfh-colorpicker"></div>
</div>
The generated input will not span to 100% to col-sm-6. I also tried to fix the CSS but it's not working.
The input doesn't has a full width that it should be. For example,
<div class="form-group">
<label class="col-sm-3 control-label">Color</label>
<div class="col-sm-6">
<div class="input-group">
<div id="color" class="bfh-colorpicker"></div>
</div>
</div>
</div>
The generated input will not span to 100% to col-sm-6. I also tried to fix the CSS but it's not working.