Skip to content

Commit

Permalink
Addressed feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
amitraj2203 committed Jun 19, 2024
1 parent 7b1a5d8 commit aae8bdc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/block-library/src/image/style.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.wp-block-image {

> a {
display: block;
display: inline-block;
}

img {
Expand All @@ -11,6 +11,11 @@
box-sizing: border-box;
}

&.alignfull a,
&.alignwide a {
width: 100%;
}

// The following style maintains border radius application for deprecated
// image blocks that applied border radius to the outer `figure` element.
//
Expand Down

0 comments on commit aae8bdc

Please sign in to comment.