fix: wrong word-break in post content
This commit is contained in:
parent
9248957f78
commit
c8e68b4de5
1 changed files with 3 additions and 0 deletions
|
@ -392,6 +392,9 @@ html {
|
|||
|
||||
.post-content {
|
||||
margin-bottom: $spacing-unit;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
|
||||
h2 {
|
||||
@include relative-font-size(2);
|
||||
|
|
Loading…
Reference in a new issue