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;
}
.content a {
overflow-wrap: anywhere;
}
/* -------------------------------------
POST CONTENT
------------------------------------- */