Bug 263410

Summary: CSS to avoid tedious horizontal scrolling when reading a message in #FreeBSD mailing list "archive"
Product: Services Reporter: freebsd
Component: Mailing ListsAssignee: postmaster
Status: Closed FIXED    
Severity: Affects Some People    
Priority: ---    
Version: unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to force warpping of text of a mailing list message none

Description freebsd 2022-04-19 06:40:53 UTC
Created attachment 233320 [details]
Patch to force warpping of text of a mailing list message

As of now some of the messages in "archive" (the mailing list "archive" available via a web browser) produce too long of a horizontal scroll bar in Firefox on Windows & in Firefox on iOS.

An example of such a message is ...

  https://lists.freebsd.org/archives/freebsd-hackers/2022-April/001028.html


... I have added a CSS patch to force text wrap for such messages; patch was created by downloading the CSS from the website.
Comment 1 Baptiste Daroussin freebsd_committer freebsd_triage 2022-04-19 07:23:13 UTC
Thank you it has been added to the CSS (the time to propapagte to the mirrors!), note that this is going away when we will have switched to the new archivers which creates responsives output:

https://lists.freebsd.org/archives/freebsd-announce/ for an example.

We are slowly switching our archives to it.