TF-3703 Fix have to scroll left-right to read some parts of email

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-05-05 10:41:32 +07:00
committed by Dat H. Pham
parent 4160729bd6
commit 70ed5bcaab
+5
View File
@@ -172,6 +172,11 @@ class HtmlUtils {
scrollbar-width: none; /* Firefox */
}
''' : ''}
pre {
white-space: pre-wrap;
}
${styleCSS ?? ''}
</style>
</head>