Skip to content

Commit

Permalink
Bumping min-height of is-large placeholder resizer down to 240px
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Oct 10, 2021
1 parent fb8998b commit eb6cfe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/cover/editor.scss
Expand Up @@ -16,11 +16,11 @@
}
.components-placeholder {
&.is-large {
min-height: 250px;
min-height: 240px;
justify-content: flex-start;
z-index: z-index(".wp-block-cover.is-placeholder .components-placeholder.is-large");
+ .components-resizable-box__container {
min-height: 250px;
min-height: 240px;
display: block;
}
}
Expand Down

0 comments on commit eb6cfe3

Please sign in to comment.