From d026f4215a5c86fdc47395c0ac5f6e580570f552 Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Thu, 22 Jul 2021 10:52:05 +0800 Subject: [PATCH] fix: overflow wrap and word break of post excerpt --- _sass/yat/_layout.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_sass/yat/_layout.scss b/_sass/yat/_layout.scss index 74751c6..7ff5cdd 100644 --- a/_sass/yat/_layout.scss +++ b/_sass/yat/_layout.scss @@ -319,6 +319,8 @@ html { .post-excerpt { color: #777; + word-break: break-word; + overflow-wrap: break-word; } .post-tags .post-tag {