From 5744e4782d0db2a7f6d68e96e398fe5cca63204e Mon Sep 17 00:00:00 2001 From: dab246 Date: Mon, 30 Jun 2025 15:01:56 +0700 Subject: [PATCH] TF-3846 Fix Notion email always not wrap in mobile view Signed-off-by: dab246 --- core/lib/utils/html/html_utils.dart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/lib/utils/html/html_utils.dart b/core/lib/utils/html/html_utils.dart index 23e206ff2..338559993 100644 --- a/core/lib/utils/html/html_utils.dart +++ b/core/lib/utils/html/html_utils.dart @@ -177,6 +177,10 @@ class HtmlUtils { white-space: pre-wrap; } + table { + white-space: normal !important; + } + ${styleCSS ?? ''}