From 0e8b292bd00ffa4bef4d8aeb436696a7d218243a Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Tue, 29 Sep 2020 12:46:54 +0800 Subject: [PATCH] perfect: better word-break (#3) --- _sass/yat/_layout.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_sass/yat/_layout.scss b/_sass/yat/_layout.scss index 608e619..bd7a3f0 100644 --- a/_sass/yat/_layout.scss +++ b/_sass/yat/_layout.scss @@ -392,9 +392,9 @@ html { .post-content { margin-bottom: $spacing-unit; - overflow-wrap: break-word; - word-wrap: break-word; - word-break: break-word; + overflow-wrap: normal; + word-wrap: normal; + word-break: normal; h2 { @include relative-font-size(2);