Debian / debiman

debiman generates a static manpage HTML repository out of a Debian archive
Apache License 2.0
188 stars 46 forks source link

long pre formatted lines not readable #85

Closed stbuehler closed 7 years ago

stbuehler commented 7 years ago

Hi,

this might be related to #84, although I don't think this is related to indented lines.

The following CSS snippet fixes the problem for me:

.mandoc pre {
    white-space: pre-wrap;
}

For an example see the second command in first example in gpg-wks-client.

stapelberg commented 7 years ago

Thanks for the report and suggested fix!

I can reproduce the problem, and I think your suggested fix is the best option we have. I’ll see if I can apply that later.

stapelberg commented 7 years ago

Pushed a fix and started a full re-render. You should see the fixed pages within the next day or two.

stbuehler commented 7 years ago

Thanks, I can confirm it is looking good now :)