-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Inconsistent cross-browser behavior for .container #20681
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
Super interesting. Definitely a bug on someone's end lol. |
I recall another issue related to this and I imagine we'll end up swapping back to |
This is peculiar. In order to replicate Safari's rendering when using Chrome, simply add the |
@mdotasia your container is a flex item because you set |
Uh oh!
There was an error while loading. Please reload this page.
This issue I encountered with Bootstrap v4 alpha 4.
You can replicate the issue by viewing this page in latest Chrome on macOS and latest Safari on macOS: https://test.maier.asia/tags/pancetta/.
In Safari the post list contained in
main.container
takes up the entire width defined bymax-width
. On Chromemain.container
is much smaller than itsmax-width
.I am not sure if this is a Chrome bug or a Safari bug or a Bootstrap bug. Which of the two renderings is expected behavior?
And should Bootstrap address this e.g. by adding a
min-width
?The text was updated successfully, but these errors were encountered: