web: allow plaintext emails to wrap

This commit is contained in:
2025-02-06 08:16:53 -08:00
parent 11c76332f3
commit 971e1049c7
2 changed files with 3 additions and 3 deletions

View File

@@ -377,7 +377,7 @@ fn raw_text_message(contents: &str) -> Node<Msg> {
(contents, None)
};
div![
C!["view-part-text-plain", "font-mono", "whitespace-pre"],
C!["view-part-text-plain", "font-mono", "whitespace-pre-line"],
contents,
truncated_msg,
]