word break please
Ted Unangst tedu@tedunangst.com
Mon, 07 Oct 2019 12:39:11 -0400
1 files changed,
7 insertions(+),
0 deletions(-)
jump to
M
docs/mandoc.css
→
docs/mandoc.css
@@ -56,6 +56,13 @@ margin-left: 2em;
font-size: smaller; } img { max-width: 100%; } +code, pre { + word-break: break-word; +} +pre { + white-space: pre-wrap; +} + /* Header and footer lines. */