Skip to content

Commit 0054b3e

Browse files
committed
Minimise the scope of the change
1 parent 2384014 commit 0054b3e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/block-library/src/post-featured-image/style.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
:where(.wp-block-post-featured-image) {
2+
img {
3+
vertical-align: bottom;
4+
width: 100%;
5+
}
6+
}
7+
.wp-block-post-featured-image {
28
margin-left: 0;
39
margin-right: 0;
410
a {
@@ -7,9 +13,7 @@
713
}
814
img {
915
max-width: 100%;
10-
width: 100%;
1116
height: auto;
12-
vertical-align: bottom;
1317
box-sizing: border-box;
1418
}
1519

0 commit comments

Comments
 (0)