I use bootstrap selectpicker (http://silviomoreto.github.io/bootstrap-select/)
I am trying to enlarge the select box size by doing:
<select class="selectpicker input-lg">...</select>
If I add "input-lg" to the select input, selectpicker overrides it and the select box isn't resized.
How to overcome this problem?
See http://www.bootply.com/107358# for example.