Fix aspect ratio on non-square emojo

This commit is contained in:
Iliana Weller 2018-04-03 18:59:18 -07:00
parent 4048b31187
commit 165c54fec2
No known key found for this signature in database
GPG Key ID: DCE341C8E949BC81
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ dl.emojo dt {
dl.emojo dt img { dl.emojo dt img {
height: 20px; height: 20px;
width: 20px; width: 20px;
object-fit: contain;
margin: -3px 0 0; margin: -3px 0 0;
} }