I put within my css file the following rule :
.navbar-form .select2-container ul.select2-choices, .navbar-form .select2-container ul.select2-choices .select2-search-field input { max-width: auto !important; } Unfortunately, the rule is barred and in addition of that, this message was displayed :
Invalid property value
In brief, what value can I put ?
max-widthcan't beauto. It has to be some value. Maybe what you want iswidth:auto, ormax-width:none