You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.
Atomic Blocks has an outer wrapper on blocks like Container and Advanced Columns so > .wp-block[data-align="full"] won't apply. As such, the blocks are no longer "full" width.
To Reproduce
Steps to reproduce the behavior:
Using 5.5, add a Container and Advanced Columns block.
Set it to full width.
Note that the block does not stretch edge to edge.
Expected behavior
Full width blocks with stretch edge to edge in the block editor.
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
WordPress 5.5 adjusted padding to add 10px on
.editor-styles-wrapper
as part of WordPress/gutenberg#22213There, full width blocks were adjusted to add right/left -10px margin to compensate. However, the CSS used is this:
Atomic Blocks has an outer wrapper on blocks like Container and Advanced Columns so
> .wp-block[data-align="full"]
won't apply. As such, the blocks are no longer "full" width.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Full width blocks with stretch edge to edge in the block editor.
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: