fix: harden upstream and downstream receipt delivery
This commit is contained in:
@@ -8700,6 +8700,34 @@ h3 {
|
||||
color: var(--color-text-strong);
|
||||
}
|
||||
|
||||
.downstream-attempt-table {
|
||||
border-top: 0;
|
||||
display: block;
|
||||
overflow-x: auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.downstream-attempt-table > div {
|
||||
align-items: start;
|
||||
border-top: 1px solid var(--color-border);
|
||||
display: grid;
|
||||
gap: var(--space-4);
|
||||
grid-template-columns: minmax(110px, .7fr) minmax(190px, 1.1fr) minmax(260px, 1.5fr) minmax(180px, 1fr);
|
||||
min-width: 820px;
|
||||
padding: var(--space-3) 0;
|
||||
}
|
||||
|
||||
.downstream-attempt-table .downstream-attempt-table__header {
|
||||
color: var(--color-text-muted);
|
||||
font-size: var(--font-size-sm);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.downstream-attempt-table > p {
|
||||
color: var(--color-text-muted);
|
||||
margin: var(--space-3) 0 0;
|
||||
}
|
||||
|
||||
.admin-task-template-row .ui-inline-text-preview {
|
||||
background: var(--color-bg-subtle);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user