fix: word-break of post content (#3)
This commit is contained in:
parent
0fe5ad29e6
commit
04bc0124c9
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ html {
|
|||
margin-bottom: $spacing-unit;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
|
||||
h2 {
|
||||
@include relative-font-size(2);
|
||||
|
|
Loading…
Reference in a new issue