I'm using this version of bootstrap for a web application: http://davidstutz.de/bootstrap-multiselect/
In the docs, it says the css required is bootstrap.min.css
which I have. The problem, however, is that my application and some of its elements (datetimepicker, etc) require bootstrap.css
. I cannot have both loaded at the same time without conflicts. Currently, without loading bootstrap.min.css
my multiselect looks like this:
And When I select multiple they go outside the label.
Is there a way I can get around this issue? Can I link the min version specifically to the instance of multiselect?