commit 6a2d7479e360544c982957594604b9167ac5aeee
parent 14deed89ea2748d7e268a5b18ab2f9be6688975b
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Wed, 17 Jul 2024 08:19:46 +0200
Go back to wrapping long lines on public-inbox
With 'fit-max-width: content', long lines caused divs to take the
whole screen width.
* Set a fixed width "au doigt mouillé" to give hard-wrapped messages
space to breathe,
* Restore the default pre-wrap behavior to make long lines readable.
Diffstat:
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css
@@ -79,11 +79,7 @@
domain(lore.kernel.org), domain(yhetil.org) {
body {
margin: auto;
- max-width: fit-content;
- }
-
- pre {
- white-space: pre !important;
+ max-width: 120ch;
}
.q {