web: make empty subject line clickable
This commit is contained in:
@@ -196,6 +196,7 @@
|
||||
|
||||
.search-results .row .summary {
|
||||
min-width: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.search-results .row .subject {
|
||||
@@ -204,6 +205,20 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.search-results .subject {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.search-results .subject .tag {}
|
||||
|
||||
.search-results .subject .text {
|
||||
padding-left: 0.5rem;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.search-results .row .from {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
Reference in New Issue
Block a user