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
|
@ -13,6 +13,7 @@
|
||||||
- Added support for Cloudflare Analytics (#797)
|
- Added support for Cloudflare Analytics (#797)
|
||||||
- Added Reddit in share options of posts (#815)
|
- Added Reddit in share options of posts (#815)
|
||||||
- Fixed bug where staticman didn't work jQuery slim version is used (#766)
|
- 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)
|
## v5.0.0 (2020-09-15)
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,7 @@ body {
|
||||||
background-image: url({{ site.page-img | relative_url }});
|
background-image: url({{ site.page-img | relative_url }});
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue