From 4fa61e5ceab7c82044ab12d316dec0133f9f4840 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Mon, 7 Oct 2019 12:39:11 -0400 Subject: [PATCH] word break please --- docs/mandoc.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/mandoc.css b/docs/mandoc.css index ab98733..02c7748 100644 --- a/docs/mandoc.css +++ b/docs/mandoc.css @@ -56,6 +56,13 @@ table.results { margin-top: 1em; font-size: smaller; } img { max-width: 100%; } +code, pre { + word-break: break-word; +} +pre { + white-space: pre-wrap; +} + /* Header and footer lines. */