web: allow plaintext emails to wrap
This commit is contained in:
@@ -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,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user