fixed word breaking

This commit is contained in:
rawleyIfowler
2022-02-25 21:54:23 -06:00
parent d5719e934a
commit 7d8faeed62

View File

@@ -166,4 +166,5 @@ a:hover:after {
.comment-body {
background-color: rgba(222, 222, 222, 0.5);
word-wrap: break-word;
}