From 1b2f52641f54f3b5a37716813aed9b248e73e885 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sun, 5 Jan 2025 15:20:00 +0100 Subject: [PATCH] style.css: uniform newline on body --- stylesheets/style.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index cb30f9b1..2e18cc8f 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -344,6 +344,8 @@ div.post div.body { margin-top: 0.8em; padding-right: 3em; padding-bottom: 0.3em; + + word-wrap: break-word; } div.post.reply.highlighted { @@ -354,11 +356,6 @@ div.post.reply div.body a { color: #D00; } -div.post div.body { - word-wrap: break-word; - white-space: pre-wrap; -} - div.post.op { padding-top: 0px; }