mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-22 02:52:23 -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;
|
line-height: $body-line-height;
|
||||||
color: $body-text-color;
|
color: $body-text-color;
|
||||||
background-color: $body-background-color;
|
background-color: $body-background-color;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
ol,
|
ol,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user