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