client/quick search results: fix overflowing snippets

This commit is contained in:
Adorian Doran 2025-08-29 16:58:13 +03:00
parent 43caadc472
commit 5f39a314b5

View file

@ -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 */