TF-3846 Fix Notion email always not wrap in mobile view

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-06-30 15:01:56 +07:00
committed by Dat H. Pham
parent 626ef65cfa
commit 5744e4782d
+4
View File
@@ -177,6 +177,10 @@ class HtmlUtils {
white-space: pre-wrap;
}
table {
white-space: normal !important;
}
${styleCSS ?? ''}
</style>
</head>