From c8e68b4de52023ed399b76bdce1586e1edb8a793 Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Mon, 14 Sep 2020 19:57:06 +0800 Subject: [PATCH] fix: wrong word-break in post content --- _sass/yat/_layout.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_sass/yat/_layout.scss b/_sass/yat/_layout.scss index 65054ad..579b01b 100644 --- a/_sass/yat/_layout.scss +++ b/_sass/yat/_layout.scss @@ -392,6 +392,9 @@ html { .post-content { margin-bottom: $spacing-unit; + overflow-wrap: break-word; + word-wrap: break-word; + word-break: break-all; h2 { @include relative-font-size(2);