mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
client/quick search results: fix overflowing snippets
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user