-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Style issue of columns #13035
Labels
[Block] Columns
Affects the Columns Block
[Type] Bug
An existing feature does not function as intended
Comments
swissspidy
added
Needs Testing
Needs further testing to be confirmed.
[Block] Columns
Affects the Columns Block
labels
Dec 20, 2018
#12816 attempts to fix this bug, as well as another one between 600px and 782px. Hopefully this will be part of 5.1. Feel free to test it or add your thoughts. In the meantime, adding this css should fix it.
|
designsimply
added
[Type] Bug
An existing feature does not function as intended
and removed
Needs Testing
Needs further testing to be confirmed.
labels
Dec 20, 2018
Thanks for raising this issue! There has been some work to address this problem happening in #12199. |
4 tasks
Thanks for reporting; I'm unable to reproduce this and it was fixed in #12199 ; this can be closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[Block] Columns
Affects the Columns Block
[Type] Bug
An existing feature does not function as intended
Describe the bug
Columns style issue
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should be same as 4 columns
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
@media (min-width: 600px) {
.wp-block-column:nth-child(odd) {margin-right: 32px}
/should be/
.wp-block-column:nth-child(odd):not(:last_child) {margin-right: 32px}
}
The text was updated successfully, but these errors were encountered: