html - Bootstrap 3.1 input-group inline with auto width? -
i not understand following thing. in first left floating div have few buttons, , in secound left floating div input-group. input-group moves 1 line down should use free space.
http://www.bootply.com/f1mbcrf1w5
the secound method used fixed width, should use free space, first div should make "wrap content". possible , how can solve it?
thanks!
sorry bad english.
you need use display: inline btn-group class , disable float: left if want display buttons in 1 lane input element.
i assume want work 1 element , not affecting other elements btn-group class, created exception class select 1 btn-group
if no , want select btn-group items, delete exception class. got no idea what's architecture going , global display: inline btn-group can lead unpredictable display.
anyways, last 2 paragraphs not related issue selectors structure , system.
Comments
Post a Comment