mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +03:00
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:
parent
221f8c4a86
commit
275bf41ba3
@ -421,6 +421,7 @@ figure blockquote p {
|
||||
border-radius: 0 3px 3px 0;
|
||||
|
||||
object-fit: cover;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
.kg-bookmark-metadata {
|
||||
|
Loading…
Reference in New Issue
Block a user