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 */ font-size: 0.875em; /* please adjust the ace font size accordingly in editor.js */
} }
/* make long inline code not x overflow */ /* make long words/inline code not x overflow */
:not(pre) > code { main {
word-break: break-word; overflow-wrap: anywhere;
} }
/* make wide tables scroll if they overflow */ /* make wide tables scroll if they overflow */