web: allow clicking anywhere in the subject line in search results
This commit is contained in:
parent
d1cfc77148
commit
c5def6c0e3
@ -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%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user