fix: overflow wrap and word break of post excerpt

This commit is contained in:
jeffreytse 2021-07-22 10:52:05 +08:00
parent f731907323
commit d026f4215a

View file

@ -319,6 +319,8 @@ html {
.post-excerpt {
color: #777;
word-break: break-word;
overflow-wrap: break-word;
}
.post-tags .post-tag {