Fix image thumbnail display (#907)

This commit is contained in:
WithoutPants
2020-10-30 09:52:53 +11:00
committed by GitHub
parent 90c5a9dd4a
commit 07212dbea9
2 changed files with 16 additions and 7 deletions

View File

@@ -46,7 +46,7 @@
&-image {
height: 100%;
object-fit: cover;
object-fit: contain;
width: 100%;
}