Is there a way to make a multi-select not wrap when selecting enough values to do so? As an example, here's what it does:
What I want is for it to all be contained in one line and be accessible horizontally only. Select2 provides arrow key navigation as well as delete key usage so that isn't a big deal.
I figure this can probably be done with CSS but I'm struggling to figure out what needs to be done.