From c3bee083f8e2262211318eb40f7393755c78a9ae Mon Sep 17 00:00:00 2001 From: nikhil trivedi Date: Mon, 15 Jul 2024 15:23:42 -0500 Subject: [PATCH] Fix display of medium and large images in digital publications [PUB-217] --- frontend/scss/pages/_p-issuearticle-show.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/scss/pages/_p-issuearticle-show.scss b/frontend/scss/pages/_p-issuearticle-show.scss index 1c5e7c59f..47eee63ed 100644 --- a/frontend/scss/pages/_p-issuearticle-show.scss +++ b/frontend/scss/pages/_p-issuearticle-show.scss @@ -217,7 +217,7 @@ margin-bottom: 50px; } - .m-media.o-blocks__block .m-media__img { + .m-media--s.o-blocks__block .m-media__img { width: fit-content; }