mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15: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);
|
background-color: var(--accented-background-color);
|
||||||
color: var(--main-text-color);
|
color: var(--main-text-color);
|
||||||
font-size: .85em;
|
font-size: .85em;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Search result highlighting */
|
/* Search result highlighting */
|
||||||
|
|||||||
Reference in New Issue
Block a user