Handle word wrapping in long words
This commit is contained in:
parent
0804b52d46
commit
95c3bc83a8
|
@ -11,6 +11,10 @@ body {
|
|||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
p {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
a {
|
||||
color: cyan;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in a new issue