Complete recipient search and delivery evidence

This commit is contained in:
2026-07-30 05:22:09 +02:00
parent c769be39da
commit 4a120e8009
6 changed files with 214 additions and 3 deletions
+33
View File
@@ -930,9 +930,20 @@
align-items: center;
gap: 6px;
min-width: 0;
flex: 1 1 auto;
flex-wrap: wrap;
}
.recipient-hidden-address-match {
flex-basis: 100%;
min-width: 0;
overflow: hidden;
color: var(--muted);
font-size: var(--font-size-sm);
text-overflow: ellipsis;
white-space: nowrap;
}
.recipient-data-address.is-empty {
color: var(--muted);
font-style: italic;
@@ -2380,6 +2391,28 @@
margin: 0;
}
.campaign-attachment-evidence .data-grid-shell {
max-height: 300px;
}
.campaign-evidence-identifiers {
display: grid;
gap: 2px;
min-width: 0;
}
.campaign-evidence-identifiers code,
.campaign-evidence-identifiers small {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.campaign-evidence-identifiers small {
color: var(--muted);
}
.attempt-history-wrap {
overflow: auto;
border: var(--border-line);