Skip to content

Commit

Permalink
Merge pull request #2374 from venkykandagaddala/kp-enhancements
Browse files Browse the repository at this point in the history
Fixed the height of the search result image
  • Loading branch information
venkykandagaddala authored Jul 29, 2024
2 parents adac544 + 41e8e8a commit 1798a13
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
img {
width: 100%;
display: block;
height: auto;
max-height: 170px;
height: 100%;
// max-height: 170px;
border-radius: 10px 0 0 10px;
}
}
Expand Down

0 comments on commit 1798a13

Please sign in to comment.