Prevents the content from automatically wrapping to the next line

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-04-04 16:52:39 +07:00
committed by Dat H. Pham
parent 75b675002c
commit 7523ddf07b
2 changed files with 7 additions and 5 deletions
+2
View File
@@ -138,6 +138,8 @@ class HtmlUtils {
min-height: ${minHeight ?? 0}px;
min-width: ${minWidth ?? 0}px;
overflow: auto;
overflow-wrap: break-word;
word-break: break-word;
}
${hideScrollBar ? '''
.tmail-content::-webkit-scrollbar {