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%; }