Skip to content

Commit

Permalink
Match block width with inserter.
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines committed Jun 23, 2021
1 parent 0cb2157 commit fcdaa40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/edit-widgets/src/blocks/widget-area/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
.block-list-appender.wp-block {
width: initial;
}
// Override theme custom widths for blocks.
.editor-styles-wrapper .wp-block.wp-block.wp-block.wp-block.wp-block {
max-width: 100%;
}
}

// Add some spacing above the inner blocks so that the block toolbar doesn't
Expand Down

0 comments on commit fcdaa40

Please sign in to comment.