mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed links overflowing in mobile email preview in Chrome
This commit is contained in:
parent
0ccf31cdb5
commit
6c487ca2c9
@ -74,6 +74,10 @@ table td {
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
.content a {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
/* -------------------------------------
|
||||
POST CONTENT
|
||||
------------------------------------- */
|
||||
|
Loading…
Reference in New Issue
Block a user