diff --git a/frontend/scss/pages/_p-issuearticle-show.scss b/frontend/scss/pages/_p-issuearticle-show.scss index 5ce4f0756..3998c3c7b 100644 --- a/frontend/scss/pages/_p-issuearticle-show.scss +++ b/frontend/scss/pages/_p-issuearticle-show.scss @@ -346,7 +346,7 @@ .m-media__img { & { - width: 100%!important; + width: max-content !important; max-width: 100% !important; max-height: 450px; overflow: hidden !important; @@ -357,7 +357,7 @@ img { position: relative !important; max-height: 450px !important; - width: auto !important; + width: 100% !important; object-fit: contain !important; display: block !important; }