From b194a803ab4061adc27a3c037f0099d3a3c1152e Mon Sep 17 00:00:00 2001 From: Dean Sas Date: Fri, 23 Aug 2024 08:46:33 +0100 Subject: [PATCH] Featured Image Block: Reduce CSS specificity (#64463) Co-authored-by: dsas Co-authored-by: aaronrobertshaw Co-authored-by: talldan Co-authored-by: ramonjd Co-authored-by: andrewserong --- packages/block-library/src/post-featured-image/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-library/src/post-featured-image/style.scss b/packages/block-library/src/post-featured-image/style.scss index e740b8c56e608c..70022d82902f84 100644 --- a/packages/block-library/src/post-featured-image/style.scss +++ b/packages/block-library/src/post-featured-image/style.scss @@ -5,7 +5,7 @@ display: block; height: 100%; } - img { + :where(img) { max-width: 100%; width: 100%; height: auto;