Skip to content

Commit

Permalink
Fix ListArticleDisplay image width
Browse files Browse the repository at this point in the history
  • Loading branch information
leomet07 committed Mar 3, 2024
1 parent d98f946 commit 18af84a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/ListArticleDisplay.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
width: 100%;
min-height: 135px;
justify-content: space-between;
gap: 20px;
}

.item_left {
Expand All @@ -40,12 +41,11 @@
object-fit: contain;
position: relative;
overflow: "hidden";
margin-left: 20px;
}

#list_view .image {
height: 135px;
width: auto;
width: auto !important; /* Override next-image's default */
object-fit: contain;
position: relative !important;
height: 135px !important;
Expand Down

0 comments on commit 18af84a

Please sign in to comment.