fix: post content and tags overflow issue
This commit is contained in:
parent
91d58a431b
commit
d29ad66f02
1 changed files with 2 additions and 1 deletions
|
@ -228,10 +228,10 @@ html {
|
|||
}
|
||||
|
||||
.post-tags {
|
||||
display: inline-block;
|
||||
padding-right: 150px;
|
||||
|
||||
.post-tag {
|
||||
display: inline-block;
|
||||
margin: 0 12px 0 0;
|
||||
}
|
||||
}
|
||||
|
@ -389,6 +389,7 @@ html {
|
|||
|
||||
.post-content {
|
||||
margin-bottom: $spacing-unit;
|
||||
overflow-x: auto;
|
||||
overflow-wrap: normal;
|
||||
word-wrap: normal;
|
||||
word-break: normal;
|
||||
|
|
Loading…
Reference in a new issue