Complete recipient search and delivery evidence
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user