Skip to content

Commit

Permalink
[sere][713] fix image banner overflow box (#3672)
Browse files Browse the repository at this point in the history
* hotfix/713 update banner for mobile (#3669)

* fix: image banner overflow box (#3671)

* hotfix/713 update banner for mobile

* fix: image overflow box
  • Loading branch information
TranTrungTien authored Aug 16, 2024
1 parent 5d8a87d commit aeca0fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/pages/dashboard/dashboard.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ img.icon-brand {
height: 196px;
}
width: 100%;
object-fit: cover;
object-fit: contain;
}
}
.voting-card {
@media (min-width: 991.98px) {
max-height: 196px;
}
}
}

0 comments on commit aeca0fd

Please sign in to comment.