From 70ed5bcaab759874d3c163b8e0e81b327a7a33ec Mon Sep 17 00:00:00 2001 From: dab246 Date: Mon, 5 May 2025 10:41:32 +0700 Subject: [PATCH] TF-3703 Fix have to scroll left-right to read some parts of email Signed-off-by: dab246 --- core/lib/utils/html/html_utils.dart | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/lib/utils/html/html_utils.dart b/core/lib/utils/html/html_utils.dart index 6ac8ab997..b156ed862 100644 --- a/core/lib/utils/html/html_utils.dart +++ b/core/lib/utils/html/html_utils.dart @@ -172,6 +172,11 @@ class HtmlUtils { scrollbar-width: none; /* Firefox */ } ''' : ''} + + pre { + white-space: pre-wrap; + } + ${styleCSS ?? ''}