web: make whole row of search results clickable

No longer allow searching by tag by clicking on chiclet
This commit is contained in:
2024-08-06 21:37:38 -07:00
parent 7c5ef96ff0
commit c314e3c798
2 changed files with 10 additions and 27 deletions

View File

@@ -235,8 +235,6 @@ input::placeholder,
width: 100%;
}
.search-results .row .checkbox {}
.search-results .row .summary {
min-width: 0;
width: 100%;
@@ -248,16 +246,13 @@ input::placeholder,
white-space: nowrap;
}
.search-results td.subject {}
.search-results .subject .tag {}
.search-results .subject .text {
padding-left: 0.5rem;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
width: 100%;
}
.search-results .row .from {