mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
edited notes doesn't wrap long note titles
This commit is contained in:
@@ -7,6 +7,11 @@ import utils from "../services/utils.js";
|
||||
const TPL = `
|
||||
<div class="quick-search input-group input-group-sm" style="width: 250px;">
|
||||
<style>
|
||||
.quick-search {
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.quick-search .dropdown-menu {
|
||||
max-height: 600px;
|
||||
max-width: 400px;
|
||||
|
||||
Reference in New Issue
Block a user