-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Inline forms are being displayed incorrectly in IE8 #15410
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
Comments
We probably ought to add an "inline form with visible labels" example to the docs, now that I think about it. |
Possibly related to #15275. |
CC: @mdo |
Probably punting as a won't fix honestly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Inline forms are supposed to be rendered as left-aligned.
We can see this in Google Chrome and Firefox, but we are having problems with the same mark-up in IE8.
What we are experiencing is:
This issue is easy to reproduce using the webpage of the project (http://getbootstrap.com/css/#forms).
I have attached a capture of this rendered in Google Chrome and another capture rendered in IE8.
The text was updated successfully, but these errors were encountered: