make long strings wrap lines instad of go offscreen; fix #787
This commit is contained in:
parent
f6dd3dca5e
commit
24e182b90e
2 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ body {
|
|||
background-image: url({{ site.page-img | relative_url }});
|
||||
background-attachment: fixed;
|
||||
{% endif %}
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
p {
|
||||
line-height: 1.5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue