Merge pull request #267 from Smurphonomics/patch-6

Wrap Long Words
This commit is contained in:
Bill Bittner 2017-11-17 08:39:42 -05:00 committed by GitHub
commit 85c76ebe55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ html, body {
margin: 0;
padding: 0;
height: 100%;
word-wrap: break-word;
}
body, .flex-container--column, .flex-container--row {