Skip to content

Commit

Permalink
Fix image border radius. (#32393)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Jun 2, 2021
1 parent fa45787 commit eefff53
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 @@ -23,7 +23,7 @@ figure.wp-block-image:not(.wp-block) {
margin-left: -9px;
}

&:not(.is-style-rounded) > div {
&:not(.is-style-rounded) > div:not(.components-placeholder) {
border-radius: inherit;
}
}
Expand Down

0 comments on commit eefff53

Please sign in to comment.