0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

Fixed gmail bug for newsletter bookmark cards not displaying correctly

This commit is contained in:
Sanne de Vries 2021-02-08 16:49:13 +01:00
parent 0b79abf5b2
commit 118ceae29c

View file

@ -391,7 +391,8 @@ figure blockquote p {
}
.kg-bookmark-content {
flex-grow: 1;
display: inline-block;
width: 100%;
padding: 20px;
}