-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Container width exceed 960px when browser's width is between 961 and 1087 #2297
Closed
tsewaiho opened this issue
Dec 30, 2018
· 0 comments
· Fixed by tghelere/valorize-vidas#6, scm-manager/scm-manager#1053 or Strooped/strooped-master#5 · May be fixed by devopsred/gaia#6 or iliutastoica/using-react-with-wordpress-demo#1
Closed
Container width exceed 960px when browser's width is between 961 and 1087 #2297
tsewaiho opened this issue
Dec 30, 2018
· 0 comments
· Fixed by tghelere/valorize-vidas#6, scm-manager/scm-manager#1053 or Strooped/strooped-master#5 · May be fixed by devopsred/gaia#6 or iliutastoica/using-react-with-wordpress-demo#1
Comments
This was referenced Mar 13, 2020
This was referenced Mar 25, 2020
This was referenced Apr 5, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is about Bulma framework.
I'm using Bulma 0.7.2
Description:
Container width is fixed at 960px when browser width is between 1088px to 1279px.
And when browser width is below 1088, container width equal parent element width.
But when browser width is between 961px and 1087px, let's say 1087px, the container width will be 1087px.
Even wrapped by a section, container still has 1039px. It exceed the container width of next breakpoint - desktop.
I think this is not a intentional effect, because when using container combine with is-widescreen, it will constraint the width by max-width: 1152px. It will not exceed next breakpoint.
Steps to Reproduce
<div class="container">Hello World</div>
Go to Chrome Developer Tools, use device toolbar to set the device width to 1087px.
Expected behavior
the container has 960px width
Actual behavior
the container has 1087px width
Suggestion
The text was updated successfully, but these errors were encountered: