From 6a2d7479e360544c982957594604b9167ac5aeee Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 17 Jul 2024 08:19:46 +0200 Subject: Go back to wrapping long lines on public-inbox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .config/firefox/userContent.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css index 0ab060f..b0dd875 100644 --- 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 { -- cgit v1.2.3