mirror of
https://github.com/zadam/trilium.git
synced 2025-10-06 05:25:37 +08:00
client/quick search results: fix overflowing snippets
This commit is contained in:
parent
43caadc472
commit
5f39a314b5
1 changed files with 3 additions and 1 deletions
|
@ -94,6 +94,8 @@ const TPL = /*html*/`
|
|||
background-color: var(--accented-background-color);
|
||||
color: var(--main-text-color);
|
||||
font-size: .85em;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
/* Search result highlighting */
|
||||
|
|
Loading…
Add table
Reference in a new issue