switch to break-word as suggested
This commit is contained in:
parent
59569984e2
commit
4ae7ab5e87
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue