TF-4051 Fix text and images are truncated on mobile in received emails
This commit is contained in:
@@ -159,6 +159,16 @@ class HtmlUtils {
|
||||
table {
|
||||
white-space: normal !important;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
table {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
a {
|
||||
width: -webkit-fill-available !important;
|
||||
}
|
||||
}
|
||||
|
||||
${styleCSS ?? ''}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user