Skip to content

Commit

Permalink
Change media-text block placeholder buttons size
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadkarmalkar committed May 21, 2024
1 parent 0f68078 commit 457e296
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/block-library/src/media-text/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@
.wp-block-media-text--placeholder-image {
min-height: 205px;
}

@media screen and (min-width: 600px) {
.wp-block-media-text .components-placeholder__fieldset {
width: auto;
}
}

0 comments on commit 457e296

Please sign in to comment.