select2 / select2-bootstrap-theme

A Select2 v4 Theme for Bootstrap 3
https://select2.github.io/select2-bootstrap-theme/
MIT License
872 stars 499 forks source link

Multiple input-sm height problem #56

Closed policchio closed 7 years ago

policchio commented 7 years ago

Hi, thank you for the great job.

I have a problem with the class "input-sm" combined with multiple choices: i can't obtain the right height. You can see the problem here: https://codepen.io/policchio/pen/dOPLdp If I try to delete "height: auto" in the class ".select2-selection--multiple" I obtain the right height, but obviously the wrong behaviour.

Thank you in advance!

fk commented 7 years ago

Hi @policchio!

Always include select2-bootstrap.css after select2.css, then your issue will go away. Fixed CodePen here: https://codepen.io/fk/pen/MpzwKp