mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
making dialogs wider to accompany deeper hierarchies. Recent changes now display full path of the note
This commit is contained in:
@@ -3,7 +3,7 @@ function showJumpToNote() {
|
||||
|
||||
$("#jump-to-note-dialog").dialog({
|
||||
modal: true,
|
||||
width: 500
|
||||
width: 800
|
||||
});
|
||||
|
||||
$("#jump-to-note-autocomplete").autocomplete({
|
||||
|
||||
Reference in New Issue
Block a user