Merge pull request #839 from nostodnayr/master
Break long words or URLs to prevent horizontal overflow
This commit is contained in:
commit
e1dac20ab4
|
@ -5,6 +5,7 @@ body {
|
|||
margin-right: 64px;
|
||||
font-family: -apple-system;
|
||||
font-size: 18px;
|
||||
word-wrap: break-word; /* break long words or URLs */
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Reference in New Issue