diff options
author | David Robillard <d@drobilla.net> | 2022-05-26 18:44:49 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-05-26 18:46:39 -0400 |
commit | 04a4fb3bfe8655f9fb3dbd1e7902d00edd5ca406 (patch) | |
tree | 9c0802974639396e0c446f8170bf4989ed5d6783 /doc/mandoc.css | |
parent | 0881160e752113fcc5728d0837549649d3c82d75 (diff) | |
download | serd-04a4fb3bfe8655f9fb3dbd1e7902d00edd5ca406.tar.gz serd-04a4fb3bfe8655f9fb3dbd1e7902d00edd5ca406.tar.bz2 serd-04a4fb3bfe8655f9fb3dbd1e7902d00edd5ca406.zip |
Fix code whitespace in HTML man pages
Diffstat (limited to 'doc/mandoc.css')
-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 { |