switch to break-word as suggested

This commit is contained in:
Jade Lovelace 2022-01-27 18:42:39 -08:00
parent 59569984e2
commit 4ae7ab5e87
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ code {
/* make long words/inline code not x overflow */ /* make long words/inline code not x overflow */
main { main {
overflow-wrap: anywhere; overflow-wrap: break-word;
} }
/* make wide tables scroll if they overflow */ /* make wide tables scroll if they overflow */