Address review: use overflow-wrap everywhere

This commit is contained in:
Jade 2021-09-08 00:43:52 -07:00 committed by Jade Lovelace
parent 89b580ab52
commit 59569984e2
1 changed files with 3 additions and 3 deletions

View File

@ -26,9 +26,9 @@ code {
font-size: 0.875em; /* please adjust the ace font size accordingly in editor.js */
}
/* make long inline code not x overflow */
:not(pre) > code {
word-break: break-word;
/* make long words/inline code not x overflow */
main {
overflow-wrap: anywhere;
}
/* make wide tables scroll if they overflow */