Address review: use overflow-wrap everywhere
This commit is contained in:
parent
89b580ab52
commit
59569984e2
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue