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 */
|
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 */
|
||||||
|
|
Loading…
Reference in New Issue