Merge pull request #839 from nostodnayr/master

Break long words or URLs to prevent horizontal overflow
This commit is contained in:
Brent Simmons 2019-08-13 09:20:10 -07:00 committed by GitHub
commit e1dac20ab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 {