Skip to content

Commit

Permalink
change resizable box container css.display
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Oct 14, 2022
1 parent 6b2d0c8 commit 96173c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/image/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ figure.wp-block-image:not(.wp-block) {

// This is necessary for the editor resize handles to accurately work on a non-floated, non-resized, small image.
.wp-block-image .components-resizable-box__container {
display: inline-block;
display: table;
img {
display: block;
width: inherit;
Expand Down

0 comments on commit 96173c0

Please sign in to comment.