From 7d8faeed62024621d416ae2412331441ddbe7d87 Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Fri, 25 Feb 2022 21:54:23 -0600 Subject: [PATCH] fixed word breaking --- static/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/index.css b/static/index.css index 85e4c16..d296900 100644 --- a/static/index.css +++ b/static/index.css @@ -166,4 +166,5 @@ a:hover:after { .comment-body { background-color: rgba(222, 222, 222, 0.5); + word-wrap: break-word; }