Merge branch 'stable'

This commit is contained in:
zadam 2019-08-06 19:28:11 +02:00
commit 6e260ee563
3 changed files with 4 additions and 4 deletions

View File

@ -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": {

View File

@ -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 {

View File

@ -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" };