fix: wrong word-break in post content

This commit is contained in:
jeffreytse 2020-09-14 19:57:06 +08:00
parent 9248957f78
commit c8e68b4de5

View file

@ -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);