4 Jul
2024
4 Jul
'24
8:08 p.m.
Hi, On Thu, Jul 04, 2024 at 10:11:12AM -0600, pastebin@gmx.com wrote:
Hi,
shouldn't the lines wrap with https://packetstormsecurity.com/files/179337/Red-Hat-Security-Advisory-2024-... with 'tools/use remote css' unchecked?
with 'tools/use remote css' checked the lines wrap but their css looks horrible (to me)
This is the default behavior when no other CSS rules are applied. If you want to break the lines by default, you can add this rule to break long lines at word boundary: $ echo 'pre { white-space: pre-wrap; }' >> ~/.dillo/style.css Then reload the page. See also: https://developer.mozilla.org/en-US/docs/Web/CSS/white-space#content Note that it will affect any page that has a pre tag an no other rules override that value. Rodrigo.