web: make whole row of search results clickable
No longer allow searching by tag by clicking on chiclet
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user