Skip to content

Commit

Permalink
fixes the media preview in media + text block
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu committed Apr 19, 2019
1 parent b7ebb4e commit 6b9784f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/block-library/src/media-text/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ figure.block-library-media-text__media-container {
width: 100%;
}

.wp-block-media-text .block-library-media-text__media-container .components-placeholder__preview img {
width: 80%;
}

.editor-media-container__resizer .components-resizable-box__handle {
display: none;
}
Expand Down

0 comments on commit 6b9784f

Please sign in to comment.