Created by: web-dev
If you use .input-append
around a select element it appears the same as .input-prepend
.
This is because there is a missing comma in the less definition between the select
and .uneditable-input
specifiers that causes the css rule not to be applied.
In my PR I've added a missing comma preventing .input-append from working correctly on select
or .uneditable-input
elements.