make long strings wrap lines instad of go offscreen; fix #787

This commit is contained in:
Dean Attali 2021-10-10 02:22:37 +00:00
parent f6dd3dca5e
commit 24e182b90e
2 changed files with 2 additions and 0 deletions

View file

@ -13,6 +13,7 @@
- Added support for Cloudflare Analytics (#797)
- Added Reddit in share options of posts (#815)
- Fixed bug where staticman didn't work jQuery slim version is used (#766)
- Fixed very long strings to wrap around the next line rather than go off-screen (#787)
## v5.0.0 (2020-09-15)

View file

@ -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;