winmarkltd / BootstrapFormHelpers

Bootstrap Form Helpers
https://bootstrapformhelpers.com
1.14k stars 374 forks source link

Colorpicker doesn't fit with the Grid System. #280

Closed sucheep-s closed 7 years ago

sucheep-s commented 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>

The generated input will not span to 100% to col-sm-6. I also tried to fix the CSS but it's not working.