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