mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-10 14:01:22 -06:00
fix: add overflow-wrap: word-break
to body
(#889)
This commit is contained in:
parent
5d4de413c0
commit
cc2110d743
@ -23,6 +23,7 @@ body {
|
||||
line-height: $body-line-height;
|
||||
color: $body-text-color;
|
||||
background-color: $body-background-color;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
ol,
|
||||
|
Loading…
x
Reference in New Issue
Block a user