Skip to content

Commit

Permalink
Remove inline-block display from image anchor in style.scss (WordPres…
Browse files Browse the repository at this point in the history
…s#67368)

* Remove inline-block display from image anchor in style.scss

* Refactor: Set image anchor display to inline-block in style.scss

Co-authored-by: yogeshbhutkar <[email protected]>
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: Infinite-Null <[email protected]>
Co-authored-by: hanneslsm <[email protected]>
Co-authored-by: frkly <[email protected]>
  • Loading branch information
6 people authored and im3dabasia committed Dec 4, 2024
1 parent 67b566e commit a61d8e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/block-library/src/image/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.wp-block-image {

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

Expand Down

0 comments on commit a61d8e2

Please sign in to comment.