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:
parent
0ccf31cdb5
commit
6c487ca2c9
1 changed files with 4 additions and 0 deletions
|
@ -74,6 +74,10 @@ table td {
|
|||
max-width: 600px;
|
||||
}
|
||||
|
||||
.content a {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
/* -------------------------------------
|
||||
POST CONTENT
|
||||
------------------------------------- */
|
||||
|
|
Loading…
Add table
Reference in a new issue