wenzhixin / multiple-select

A jQuery plugin to select multiple elements with checkboxes :)
http://multiple-select.wenzhixin.net.cn
MIT License
1.91k stars 651 forks source link

Multiple-select exceeded bootstrap cols #485

Closed itajackass closed 5 years ago

itajackass commented 5 years ago

On bootstrap, multiple-select exceeded the cols div elements.

See attach.

multiselectbug

I've solved with:

.ms-parent {
    width: 100% !important;
}

Maybe to be implemented to next release?

wenzhixin commented 5 years ago

Fixed in #484, I think you can add form-control class to solve your problem.