word break please

This commit is contained in:
Ted Unangst 2019-10-07 12:39:11 -04:00
parent 02adb896ef
commit 4fa61e5cea
1 changed files with 7 additions and 0 deletions

View File

@ -56,6 +56,13 @@ table.results { margin-top: 1em;
font-size: smaller; } font-size: smaller; }
img { max-width: 100%; } img { max-width: 100%; }
code, pre {
word-break: break-word;
}
pre {
white-space: pre-wrap;
}
/* Header and footer lines. */ /* Header and footer lines. */