diff options
Diffstat (limited to '_sass')
-rw-r--r-- | _sass/yat/_layout.scss | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |