diff options
author | David Robillard <d@drobilla.net> | 2021-09-04 14:19:16 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-01-28 21:57:29 -0500 |
commit | ae204b8d7277bb3362794121973981906b0b1012 (patch) | |
tree | 0ed44ce25f3c5adc79a7bed3908e1323cda39f6b /doc/man/mandoc.css | |
parent | ea272b5e88c02117a2a3ef7e12d221bd196844dc (diff) | |
download | serd-ae204b8d7277bb3362794121973981906b0b1012.tar.gz serd-ae204b8d7277bb3362794121973981906b0b1012.tar.bz2 serd-ae204b8d7277bb3362794121973981906b0b1012.zip |
Fix code whitespace in HTML man pages
Diffstat (limited to 'doc/man/mandoc.css')
-rw-r--r-- | doc/man/mandoc.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |