diff --git a/packages/block-editor/src/components/block-list/style.scss b/packages/block-editor/src/components/block-list/style.scss index b2c7f75b853438..77ea9b0e760451 100644 --- a/packages/block-editor/src/components/block-list/style.scss +++ b/packages/block-editor/src/components/block-list/style.scss @@ -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;