web: allow clicking anywhere in the subject line in search results

This commit is contained in:
Bill Thiede 2024-08-12 20:54:16 -07:00
parent d1cfc77148
commit c5def6c0e3

View File

@ -247,11 +247,11 @@ input::placeholder,
} }
.search-results .subject .text { .search-results .subject .text {
padding-left: 0.5rem; display: inline-block;
overflow: hidden; overflow: hidden;
padding-left: 0.5rem;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
display: inline-block;
width: 100%; width: 100%;
} }