Set card image max height

- Fixes oversizing due to virtual grid
This commit is contained in:
jeffvli 2023-05-10 19:54:45 -07:00
parent bdc3daf6da
commit 416476cc66
2 changed files with 2 additions and 1 deletions

View file

@ -95,6 +95,7 @@ const Image = styled(SimpleImg)`
width: 100%;
max-width: 100%;
height: 100%;
max-height: 100%;
border: 0;
img {