switch to break-word as suggested
This commit is contained in:
parent
59569984e2
commit
4ae7ab5e87
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue