From 031131506ee49629e97714ba7667f01658aed5eb Mon Sep 17 00:00:00 2001 From: "Zak B. Elep" Date: Fri, 7 Jun 2024 13:00:49 +0800 Subject: [PATCH] client/css: fix comment word-break `break-all` makes it hard to read actual comments. --- client/css/comment-control.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/css/comment-control.styl b/client/css/comment-control.styl index 21bbf728b..cd2d7292f 100644 --- a/client/css/comment-control.styl +++ b/client/css/comment-control.styl @@ -129,7 +129,7 @@ $comment-border-color = #DDD .comment-content p word-wrap: normal - word-break: break-all + word-break: break-word ul, ol list-style-position: inside