fix: add overflow-wrap: word-break to body (#889)

This commit is contained in:
Marianne Lê 2022-07-22 22:44:51 -05:00 committed by GitHub
parent 5d4de413c0
commit cc2110d743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ body {
line-height: $body-line-height;
color: $body-text-color;
background-color: $body-background-color;
overflow-wrap: break-word;
}
ol,