Skip to content

Commit

Permalink
fixed #86
Browse files Browse the repository at this point in the history
  • Loading branch information
mienaiyami committed Mar 30, 2023
1 parent 13ab838 commit fea2c88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Linux distribution currently not available as direct download but can be build e

## Fixed

- #80 and other Fixes.
- #86, #87 and other Fixes.

---

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yomikiru",
"productName": "Yomikiru",
"version": "2.9.2",
"version": "2.9.3",
"description": "App to read manga/comic offline on desktop",
"main": ".webpack/main",
"author": {
Expand Down
2 changes: 2 additions & 0 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,8 @@ body {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;

word-break: break-all;
-webkit-line-clamp: 1;
/* number of lines to show */
-webkit-box-orient: vertical;
Expand Down

0 comments on commit fea2c88

Please sign in to comment.