Created by: ghost
still has width 100% if you add .inline-form to
It would align better if has auto width in a .inline-form
Possible fix: forms.less add after line 310
select.form-group {
width: auto;
}
Bootstrap version: 3.0.2
Created by: ghost
still has width 100% if you add .inline-form to
It would align better if has auto width in a .inline-form
Possible fix: forms.less add after line 310
select.form-group {
width: auto;
}
Bootstrap version: 3.0.2