Skip to content

Commit

Permalink
Fix layout shift in core/post-featured-image block with isLink enable…
Browse files Browse the repository at this point in the history
…d. (#36552)
  • Loading branch information
felixarntz authored Nov 17, 2021
1 parent a5c2ac2 commit d10b4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/post-featured-image/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
margin-left: 0;
margin-right: 0;
a {
display: inline-block;
display: block;
}
img {
max-width: 100%;
Expand Down

0 comments on commit d10b4e5

Please sign in to comment.