Fixed bookmark card image size in fastmail (#11970)

closes #11907

The image in the bookmark card was being shown out of the bounds of
the card because of a general style `height: auto !important`.

I added a new `max-height` property to the image to avoid exceeding
parent height.
This commit is contained in:
Gerardo Lopez Dueñas 2020-08-03 12:38:45 -05:00 committed by GitHub
parent 221f8c4a86
commit 275bf41ba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -421,6 +421,7 @@ figure blockquote p {
border-radius: 0 3px 3px 0;
object-fit: cover;
max-height: 100%;
}
.kg-bookmark-metadata {