Skip to content

Commit

Permalink
Ensure the placeholder takes up the maximium available width set by t…
Browse files Browse the repository at this point in the history
…he containing block
  • Loading branch information
ramonjd committed Oct 8, 2021
1 parent 24b860b commit c4cacb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/cover/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@

// Resizeable placeholder
.wp-block-cover.is-placeholder .cover-block__cover-placeholder-container {
width: 100%;
.components-resizable-box__container {
display: none;
}
Expand Down

0 comments on commit c4cacb2

Please sign in to comment.