diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mandoc.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/mandoc.css b/doc/mandoc.css index cebb50bf..b78ad1ff 100644 --- a/doc/mandoc.css +++ b/doc/mandoc.css @@ -57,6 +57,7 @@ pre, tt, code { -ms-hyphens: none; -webkit-hyphens: none; hyphens: none; + white-space: nowrap; } ul, ol, dl { |