-
-
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
is-narrow inconsistent #2937
Closed
ssbanerje opened this issue
May 9, 2020
· 1 comment
· May be fixed by nejidevelops/my-static-web-app#18, nejidevelops/my-static-web-app-and-api#19, harisonbly/jobmaster#4, nejidevelops/my-static-web-app-and-api#24 or nejidevelops/my-static-web-app#43
Closed
is-narrow inconsistent #2937
ssbanerje opened this issue
May 9, 2020
· 1 comment
· May be fixed by nejidevelops/my-static-web-app#18, nejidevelops/my-static-web-app-and-api#19, harisonbly/jobmaster#4, nejidevelops/my-static-web-app-and-api#24 or nejidevelops/my-static-web-app#43
Comments
I'm having the same issue. If you are including/building Bulma's SCSS, you can work around this with the following kind of hack in a theme file:
with whatever breakpoints are relevant to your case. |
This was referenced May 24, 2024
This was referenced Sep 6, 2024
This was referenced Sep 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is about Bulma and the Docs.
Overview of the problem
Bulma behaves differently from what is implied in the docs about responsive behavior of the grid column system. Particularly how the
is-narrow-*
classes interact with the other width classes of the grid system, e.g.,is-one-quarter-*
.I'm using Bulma version [0.8.2]
Might be related to #2783 -- Not clear: description in that issue is not too verbose.
Steps to Reproduce
Consider the following snippet
Expected behavior
You would expect this to be a quarter sized column at the tablet break point. And then be a narrow column for the desktop and larger breakpoints.
At least this is what is implied in the documentation sections
Different column sizes per breakpoint
andNarrow column
.Actual behavior
The column is quarter sized for all breakpoints larger than tablet.
Potential Solution
It seems that the
width
field set inis never
unset
inThis seems to be what #2783 is pointing to.
Either the documentation should be changed to clarify this, or the width should be unset (I am not sure if this interacts badly with any other Bulma components).
The text was updated successfully, but these errors were encountered: