edited notes doesn't wrap long note titles

This commit is contained in:
zadam
2021-02-01 20:55:35 +01:00
parent 9447d3f9b5
commit d406df48a8
2 changed files with 36 additions and 4 deletions

View File

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