Add Ryan’s word-wrap change to mac-candidate.

This commit is contained in:
Brent Simmons 2019-08-13 20:07:42 -07:00
parent bfe3a15b9d
commit 62258683c8

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 {