mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-12 21:03:32 -06:00
fix: add overflow-wrap: word-break
to body
(#889)
This commit is contained in:
@@ -23,6 +23,7 @@ body {
|
||||
line-height: $body-line-height;
|
||||
color: $body-text-color;
|
||||
background-color: $body-background-color;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
ol,
|
||||
|
Reference in New Issue
Block a user