-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Sub columns of a variable columns have weird gap #3089
Closed
Jordan-T opened this issue
Aug 24, 2020
· 0 comments
· 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
Sub columns of a variable columns have weird gap #3089
Jordan-T opened this issue
Aug 24, 2020
· 0 comments
· 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
This was referenced May 24, 2024
This was referenced Sep 6, 2024
This was referenced Sep 13, 2024
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
This is about Bulma.
Overview of the problem
This is about the Bulma CSS framework variable columns
I'm using Bulma 0.9.0
Description
When you use a variable column, all child columns have variable padding (but not the margin of the columns).
I think you need a direct child selector:
.columns.is-variable > .column
If your intention is to set for every child columns, you need to specify the
columns
margin too.Steps to Reproduce
Use a columns variable with child columns like this DOM
Expected behavior
Has gap like this:
Actual behavior
The screenshot:
The text was updated successfully, but these errors were encountered: