Skip to content

Commit

Permalink
FIx: Media Text padding on inner blocks (#21612)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta authored Apr 15, 2020
1 parent 4bb8c8e commit e6c21b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/media-text/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
grid-row: 1;
}

.wp-block-media-text .block-editor-inner-blocks {
.wp-block-media-text > .block-editor-inner-blocks {
word-break: break-word;
grid-column: 2;
grid-row: 1;
Expand Down

0 comments on commit e6c21b9

Please sign in to comment.