Skip to content

Commit

Permalink
Media & Text: Set .wp-block-media-text__media a display to block (W…
Browse files Browse the repository at this point in the history
…ordPress#66915)

Ajusted the display property from `inline-block` to `block` to resolve layout issues in the Media & Text block anchor link.

Co-authored-by: Infinite-Null <[email protected]>
Co-authored-by: carolinan <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: ajmaurya99 <[email protected]>
  • Loading branch information
5 people authored Nov 12, 2024
1 parent f3e8f4a commit 99fd9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/media-text/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
}

.wp-block-media-text__media a {
display: inline-block;
display: block;
}

.wp-block-media-text__media img,
Expand Down

0 comments on commit 99fd9c7

Please sign in to comment.