diff --git a/changelog.md b/changelog.md index 94b4232..d3cb51b 100644 --- a/changelog.md +++ b/changelog.md @@ -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. --- diff --git a/package.json b/package.json index fd07170..621ecae 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/styles/index.scss b/src/styles/index.scss index 8fe399d..eb3eee5 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -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;