diff --git a/static/style.css b/static/style.css index c37c8ba..4fd20d4 100644 --- a/static/style.css +++ b/static/style.css @@ -314,6 +314,10 @@ input[type="submit"]:hover { color: var(--accent); } /* Post */ +.thread { + word-break: break-word; +} + .post { border-radius: 5px; background: var(--post);