alxlit/bootstrap-chosen

Fix for small & large input groups

mxmauro opened this issue · 1 comments

Hi,

In bootstrap-chosen.less, just above @media please add this fix:

.input-group-lg  .chosen-single {
    .input-lg();
}
.input-group-sm  .chosen-single {
    .input-sm();
}

In order to make CSS work with small and large input groups.

Regards.

See my fix for input groups, form group, and more here #31 (comment)