fix: overflow wrap and word break of post excerpt
This commit is contained in:
parent
f731907323
commit
d026f4215a
1 changed files with 2 additions and 0 deletions
|
@ -319,6 +319,8 @@ html {
|
||||||
|
|
||||||
.post-excerpt {
|
.post-excerpt {
|
||||||
color: #777;
|
color: #777;
|
||||||
|
word-break: break-word;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-tags .post-tag {
|
.post-tags .post-tag {
|
||||||
|
|
Loading…
Reference in a new issue