Multi-select items showing outside the input field, overlapping with other fields

I’m using Select2 multi-select in a Django app, and I’m having an issue where the selected items are being drawn outside the input field. Any thoughts on how the CSS has been mucked up to cause this?

I see that the list items are float left, but clearing after doesn’t seem to fix anything.