Fix bad overflow wrapping

This commit is contained in:
Alexey Golub 2019-03-03 21:33:27 +02:00
parent 668ac70fae
commit 48ec4d085a

View file

@ -20,6 +20,7 @@ img {
.markdown { .markdown {
white-space: pre-wrap; white-space: pre-wrap;
line-height: 1.3; line-height: 1.3;
overflow-wrap: break-word;
} }
.spoiler { .spoiler {