-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Form-inline doesn't handle input-groups correctly #12759
Comments
I think needs attention. |
Closed
mrmrs
pushed a commit
that referenced
this issue
Mar 10, 2014
* master: Replace some images on the Carousel example with some base64 encoded 1x1 gifs ugh grunt moar grunt mo copy http://www.youtube.com/watch?v=AJWtLf4-WWs grunt Copy change fix grammar in comment in forms.less Fixes #12759 Fixes #12738 replace .visible-{size} with .visible-{size}-{display} ; fixes #8869 Conflicts: dist/css/bootstrap-theme.css.map dist/css/bootstrap.css.map docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css.map less/mixins.less
stempler
pushed a commit
to stempler/bootstrap
that referenced
this issue
Nov 4, 2014
Ensures proper sizing and alignment of input groups within inline and navbar forms. * Uses `inline-table` on the input group * Nukes the widths to `width: auto`—without this, the parent input group doesn’t size correctly and functions as `display: table;` or `block`
stempler
pushed a commit
to stempler/bootstrap
that referenced
this issue
Nov 4, 2014
* master: Replace some images on the Carousel example with some base64 encoded 1x1 gifs ugh grunt moar grunt mo copy http://www.youtube.com/watch?v=AJWtLf4-WWs grunt Copy change fix grammar in comment in forms.less Fixes twbs#12759 Fixes twbs#12738 replace .visible-{size} with .visible-{size}-{display} ; fixes twbs#8869 Conflicts: dist/css/bootstrap-theme.css.map dist/css/bootstrap.css.map docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css.map less/mixins.less
I face the same issue help |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In #9382 a problem was referenced with input-groups not being handled correctly. It was marked as solved, but it isn't. In 9382 a size is used to get the form-group to handle correctly. However, this defeats the concept of graceful scaling to mobile screens, even with a max-width.
http://jsfiddle.net/tZCm2/
shows the problem against TWBS 3.1.1.
Scale the result pane to a sufficient size to see the inline problem.
The text was updated successfully, but these errors were encountered: