From 04a4fb3bfe8655f9fb3dbd1e7902d00edd5ca406 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 26 May 2022 18:44:49 -0400 Subject: Fix code whitespace in HTML man pages --- doc/mandoc.css | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/mandoc.css') 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 { -- cgit v1.2.1