fix: post content and tags overflow issue

This commit is contained in:
jeffreytse 2020-12-04 17:21:34 +08:00
parent 91d58a431b
commit d29ad66f02

View file

@ -228,10 +228,10 @@ html {
} }
.post-tags { .post-tags {
display: inline-block;
padding-right: 150px; padding-right: 150px;
.post-tag { .post-tag {
display: inline-block;
margin: 0 12px 0 0; margin: 0 12px 0 0;
} }
} }
@ -389,6 +389,7 @@ html {
.post-content { .post-content {
margin-bottom: $spacing-unit; margin-bottom: $spacing-unit;
overflow-x: auto;
overflow-wrap: normal; overflow-wrap: normal;
word-wrap: normal; word-wrap: normal;
word-break: normal; word-break: normal;