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

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 {