From 04bc0124c9e14ee9c2f2e0d4b754fb6e13591e6f Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Tue, 22 Sep 2020 23:09:37 +0800 Subject: fix: word-break of post content (#3) --- _sass/yat/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_sass/yat') diff --git a/_sass/yat/_layout.scss b/_sass/yat/_layout.scss index 66ec4d2..608e619 100644 --- a/_sass/yat/_layout.scss +++ b/_sass/yat/_layout.scss @@ -394,7 +394,7 @@ html { margin-bottom: $spacing-unit; overflow-wrap: break-word; word-wrap: break-word; - word-break: break-all; + word-break: break-word; h2 { @include relative-font-size(2); -- cgit v1.2.3