-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Alignfull columns block side margins are not equal. #11869
Labels
[Block] Columns
Affects the Columns Block
[Type] Bug
An existing feature does not function as intended
Comments
kjellr
added
[Type] Bug
An existing feature does not function as intended
[Block] Columns
Affects the Columns Block
labels
Nov 14, 2018
jasmussen
added a commit
that referenced
this issue
Nov 15, 2018
This PR aims to further improve the columns block, and improving a number of aspects and addressing recent feedback. - It fixes an issue where fullwide columns had uneven margins, both left, center and right. Fixes #11869. - It fixes a specificity issue with toolbar and breadcrumb positioning that bled into all child blocks. - It improves the layout of individual column blocks, and fixes the toolbar positioning. This fixes feedback in #7766 (comment). - It improves fullwide columns and how they appear on mobile. Aside from that it simplifies the code a bit, and removes a couple of redundant overrides that were better fixed elsewhere.
jasmussen
added a commit
that referenced
this issue
Nov 15, 2018
This PR aims to further improve the columns block, and improving a number of aspects and addressing recent feedback. - It fixes an issue where fullwide columns had uneven margins, both left, center and right. Fixes #11869. - It fixes a specificity issue with toolbar and breadcrumb positioning that bled into all child blocks. - It improves the layout of individual column blocks, and fixes the toolbar positioning. This fixes feedback in #7766 (comment). - It improves fullwide columns and how they appear on mobile. Aside from that it simplifies the code a bit, and removes a couple of redundant overrides that were better fixed elsewhere.
youknowriad
pushed a commit
that referenced
this issue
Nov 15, 2018
* Columns: Improve margins, column child block, mobile. This PR aims to further improve the columns block, and improving a number of aspects and addressing recent feedback. - It fixes an issue where fullwide columns had uneven margins, both left, center and right. Fixes #11869. - It fixes a specificity issue with toolbar and breadcrumb positioning that bled into all child blocks. - It improves the layout of individual column blocks, and fixes the toolbar positioning. This fixes feedback in #7766 (comment). - It improves fullwide columns and how they appear on mobile. Aside from that it simplifies the code a bit, and removes a couple of redundant overrides that were better fixed elsewhere. * Fix issue with more than 2 columns. * Prevent columns from growing wider than their set width. * Use break-word for better word breaks. * Copy editor style to frontend.
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
When you set a columns block to alignfull, the content columns are not centered: there's more space on the right than on the left:
To Reproduce
Steps to reproduce the behavior:
Testing
Tested on MacOS 10.14, Safari 12.0.1 and Chrome 70.0.3538.102
Gutenberg 4.3.0
Verified using both Twenty Nineteen, and the Gutenberg starter theme.
cc @jasmussen
The text was updated successfully, but these errors were encountered: