-
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
Root padding is missing for nested row block in the editor #46724
Comments
The lack of consistency between the Post Editor/Site Editor and the frontend is a big problem. Are there any plans to fix this? |
This applies not only to the Group block, but also to the Column block. Test markup:
Editor: |
I think the issue is only in the editor because the row inside the main row has the If we group the paragraph on the right, the issue appears on the right as well because the same class is applied. See the screenshot. |
Yeah, it's the I'll have a think about this and see what we can do to fix it! |
Description
The root padding is missing for a nested row block in the post and the site editor, and the content bumps on the edge of the screen.
Test markup
I expected the nested row block on the left to have the root padding, just like the paragraph block on the right. However, the padding is missing at the moment therefore, the content bumps on the edge of the screen.
This happens in the post and the site editor. The root padding was added correctly on the front of the site.
Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
No response
Environment info
WP: 6.1.1
Gutenberg: trunk
Tested in TT3, but this is not a theme-specific issue, as I can reproduce it with other themes.
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: