Skip to content

Commit

Permalink
make long strings wrap lines instad of go offscreen; fix daattali#787
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed Oct 10, 2021
1 parent f6dd3dc commit 24e182b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions assets/css/beautifuljekyll.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 24e182b

Please sign in to comment.