mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 09:28:45 +02:00
Merge branch 'stable'
This commit is contained in:
commit
6e260ee563
@ -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": {
|
||||
|
@ -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 {
|
||||
|
@ -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" };
|
||||
|
Loading…
x
Reference in New Issue
Block a user