josedvq/colpick-jQuery-Color-Picker

box-sizing css missing in css file

Exlord opened this issue · 2 comments

.colpick, .colpick *{ direction:ltr; box-sizing:content-box; }

bootstrap is setting the box-sizing to border-box witch causing some problems in the layout

Done.

Fix merged!