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 */
|
||||
main {
|
||||
overflow-wrap: anywhere;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
/* make wide tables scroll if they overflow */
|
||||
|
|
Loading…
Reference in New Issue