twbs / bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
https://getbootstrap.com
MIT License
170.26k stars 78.78k forks source link

input-append doesnt render properly on -responsive #3680

Closed keiouu closed 12 years ago

keiouu commented 12 years ago

There are 2 issues: display: block takes precedent on the input, causing the add-on to drop to the next line. The add-on doesnt quite line up to the input, but i cant see why.

mdo commented 12 years ago

Is this in 2.0.3 or 2.0.4 (just released yesterday)? 2.0.3 had some problems and I believe I caught them all in 2.0.4.

keiouu commented 12 years ago

2.0.4 and 2.0.3 I used this for the first issue: .form-horizontal .input-append { display: inline-block !important; } This fixed the second: https://github.com/twitter/bootstrap/pull/3308

Thanks for the reply!

mdo commented 12 years ago

Cool, closing out then—2.1.0-wip uses the #3308.