web: monospace font for plain text emails

This commit is contained in:
Bill Thiede 2024-07-29 08:32:28 -07:00
parent 3838cbd6e2
commit 605af13a37

View File

@ -65,8 +65,9 @@
}
.view-part-text-plain {
padding: 0.5em;
font-family: monospace;
overflow-wrap: break-word;
padding: 0.5em;
white-space: pre-wrap;
word-break: break-word;
word-wrap: break-word;