Wrap Long Words

A global property to wrap long words/numbers so they don't fall off the screen.
This commit is contained in:
Mark (Steve) Firth 2017-11-15 23:07:26 +10:00 committed by GitHub
parent 0a64d57afa
commit 28b031d8b5
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 {