Skip to content

Commit

Permalink
Fix overflowing images on block [PUB-258]
Browse files Browse the repository at this point in the history
  • Loading branch information
web-dev-trev committed Oct 8, 2024
1 parent 8260aa3 commit c4c0f7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/scss/pages/_p-issuearticle-show.scss
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@

.m-media__img {
& {
width: 100%!important;
width: max-content !important;
max-width: 100% !important;
max-height: 450px;
overflow: hidden !important;
Expand All @@ -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;
}
Expand Down

0 comments on commit c4c0f7a

Please sign in to comment.