Reputation: 1012
I'm facing multiple issues while using ui-select within a bootsrap inline form: http://plnkr.co/edit/tAlsDona9LS8D6KUQziS?p=preview
<form class="form-inline"> ... </form>
Please, take a look at my plunk, and enlighten me, what am I doing wring?
Upvotes: 3
Views: 2097
Reputation: 3804
You can see here information about this style: they set the control in the form-inline to use width auto.
You could write your own class to override that behavior as they suggest here.
Upvotes: 0