Wrap Long Words
A global property to wrap long words/numbers so they don't fall off the screen.
This commit is contained in:
parent
0a64d57afa
commit
28b031d8b5
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ html, body {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
body, .flex-container--column, .flex-container--row {
|
||||
|
|
Loading…
Reference in a new issue