Skip to content
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

IE11 mr-auto in flexbox buggy #24413

Closed
BlackDark opened this issue Oct 18, 2017 · 3 comments
Closed

IE11 mr-auto in flexbox buggy #24413

BlackDark opened this issue Oct 18, 2017 · 3 comments
Labels

Comments

@BlackDark
Copy link

BlackDark commented Oct 18, 2017

image

The mr-auto class for example moving a button to left side of a flex container is not working correctly.
Even the official website http://v4-alpha.getbootstrap.com/utilities/flexbox/#with-justify-content has this problem (see above screenshot).

OS:

  • Windows 7
  • IE11 (11.0.9600.18792)
@Johann-S
Copy link
Member

Please us our latest release : https://getbootstrap.com/docs/4.0/utilities/flex/#with-justify-content and let us know if it still occur

@BlackDark
Copy link
Author

Yes, it still exists. It has even slipped further to right.
image

@mdo
Copy link
Member

mdo commented Oct 19, 2017

See #24427.

mdo added a commit that referenced this issue Oct 19, 2017
IE10 and IE11 do not properly support the use of margin-auto on flex parents with a justify-content value other than flex-start. This PR removes the examples showcasing those two classes at play together in favor of simpler ones with _just_ the margin-auto utilities.

More details can be found at https://stackoverflow.com/a/37535548, which has been linked to from the docs as well.

Closes #24319 and closes #24413.
XhmikosR pushed a commit that referenced this issue Oct 19, 2017
IE10 and IE11 do not properly support the use of margin-auto on flex parents with a justify-content value other than flex-start. This PR removes the examples showcasing those two classes at play together in favor of simpler ones with _just_ the margin-auto utilities.

More details can be found at https://stackoverflow.com/a/37535548, which has been linked to from the docs as well.

Closes #24319 and closes #24413.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants