Added CSS to break long words that squish content. Issue #624
This commit is contained in:
parent
072ff110f3
commit
da856a14e1
@ -5,6 +5,11 @@ body {
|
||||
margin-right: 20px;
|
||||
font-family: -apple-system-body;
|
||||
font-size: 18px;
|
||||
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
-webkit-hyphens: auto;
|
||||
|
||||
}
|
||||
|
||||
a {
|
||||
|
Loading…
x
Reference in New Issue
Block a user