Skip to content

Commit

Permalink
Alternate fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Mar 28, 2020
1 parent 04f4fd1 commit 9a47aaa
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
Expand Up @@ -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;
Expand Down

0 comments on commit 9a47aaa

Please sign in to comment.