diff --git a/package.json b/package.json index b68999d86..6ba7a26b1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "trilium", "productName": "Trilium Notes", "description": "Trilium Notes", - "version": "0.34.1", + "version": "0.34.2", "license": "AGPL-3.0-only", "main": "electron.js", "bin": { diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 766ffec25..86e767590 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -170,7 +170,7 @@ ul.fancytree-container { display: flex; flex-direction: column; min-height: 200px; - word-break: break-all; /* otherwise CKEditor fails miserably on super long lines */ + overflow-wrap: break-word; /* otherwise CKEditor fails miserably on super long lines */ font-family: var(--detail-font-family); font-size: var(--detail-font-size); } @@ -492,7 +492,7 @@ div.ui-tooltip { text-align: center; margin-top: 15px; text-overflow: ellipsis; - word-wrap: break-word; + overflow-wrap: break-word; } .child-overview-item a { diff --git a/src/services/build.js b/src/services/build.js index 51b66ce54..1473eee4a 100644 --- a/src/services/build.js +++ b/src/services/build.js @@ -1 +1 @@ -module.exports = { buildDate:"2019-07-28T15:02:36+02:00", buildRevision: "083dee9bdd98ff4579fbd221e3b3d5f9a871b685" }; +module.exports = { buildDate:"2019-08-01T21:37:59+02:00", buildRevision: "4dd6352aec73db55852068ec146ee0f39bce4027" };