Skip to content

Commit

Permalink
Merge pull request #271 from BCSDLab/hotfix/#260
Browse files Browse the repository at this point in the history
fix: 최근검색한식당 이미지 css 오류 수정
  • Loading branch information
hanagertrudeKim authored Feb 27, 2024
2 parents e33c761 + 5733c8c commit 7b540fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/Search/components/RecentItem/RecentItem.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
&__image {
height: 155px;
border-radius: 4px;
object-fit: fill;
/* stylelint-disable-next-line value-no-vendor-prefix */
width: -webkit-fill-available;
}

&__empty-image {
Expand Down

0 comments on commit 7b540fa

Please sign in to comment.