0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Fixed links overflowing in mobile email preview in Chrome

This commit is contained in:
Sanne de Vries 2021-11-03 11:12:32 +01:00
parent 0ccf31cdb5
commit 6c487ca2c9

View file

@ -74,6 +74,10 @@ table td {
max-width: 600px; max-width: 600px;
} }
.content a {
overflow-wrap: anywhere;
}
/* ------------------------------------- /* -------------------------------------
POST CONTENT POST CONTENT
------------------------------------- */ ------------------------------------- */