Skip to content

Commit

Permalink
Minimise the scope of the change
Browse files Browse the repository at this point in the history
  • Loading branch information
dsas committed Aug 15, 2024
1 parent 2384014 commit 0054b3e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/block-library/src/post-featured-image/style.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
:where(.wp-block-post-featured-image) {
img {
vertical-align: bottom;
width: 100%;
}
}
.wp-block-post-featured-image {
margin-left: 0;
margin-right: 0;
a {
Expand All @@ -7,9 +13,7 @@
}
img {
max-width: 100%;
width: 100%;
height: auto;
vertical-align: bottom;
box-sizing: border-box;
}

Expand Down

0 comments on commit 0054b3e

Please sign in to comment.