From ae204b8d7277bb3362794121973981906b0b1012 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 4 Sep 2021 14:19:16 -0400 Subject: Fix code whitespace in HTML man pages --- doc/man/mandoc.css | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/man/mandoc.css b/doc/man/mandoc.css index cebb50bf..b78ad1ff 100644 --- a/doc/man/mandoc.css +++ b/doc/man/mandoc.css @@ -57,6 +57,7 @@ pre, tt, code { -ms-hyphens: none; -webkit-hyphens: none; hyphens: none; + white-space: nowrap; } ul, ol, dl { -- cgit v1.2.1