From 54b3f340ad847611f36d42e5e3c4bce25514ee0c Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 22 Aug 2024 07:25:54 -0500 Subject: [PATCH] add post body word wrap --- core/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/style.css b/core/style.css index 71412f0..dcad87e 100644 --- a/core/style.css +++ b/core/style.css @@ -1286,7 +1286,10 @@ body.forum.thread table.post-display tr.button-row td:nth-of-type(2) a { padding: 8px; } -body.forum.thread table.post-display tr.body-row td { vertical-align: top; } +body.forum.thread table.post-display tr.body-row td { + vertical-align: top; + word-wrap: break-word; +} body.forum.thread table.post-display tr.body-row td * { max-width: 100%; }