Limit width of text/enriched

60em is a bit more than 100 characters in the fixed-width font I use so
that should be an acceptable compromise between readability and avoiding
unintended line breaks.

The RFC says that output should use "the maximum available margins", but
that was clearly before large monitors became common.
This commit is contained in:
Peter J. Holzer 2019-03-16 21:58:42 +01:00
parent d5c5368bad
commit 035b4e1002
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ th {
.text-enriched {
font-family: monospace;
white-space: pre-wrap;
max-width: 60em;
}
.signature {