Skip to content

Commit

Permalink
Alternate fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Mar 30, 2020
1 parent 1722dbf commit 1b421e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/block-editor/src/components/block-list/style.scss
Original file line number Diff line number Diff line change
@@ -649,6 +649,9 @@

.block-editor-block-list__layout.is-root-container {
// Full-wide. (to account for the padddings added above)
// The first two rules account for the alignment wrapper div for the image block.
> div > .block-editor-block-list__block[data-align="full"],
> div > .block-editor-block-list__block.alignfull,
> .block-editor-block-list__block[data-align="full"],
> .block-editor-block-list__block.alignfull {
margin-left: -$block-padding;

0 comments on commit 1b421e4

Please sign in to comment.