0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -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 33910db1ec
commit f1555e2cb2

View file

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