Add breathing room above proposal outcomes
Hop-State: A_06FN8179TDXZTARKNPVA7G0 Hop-Proposal: R_06FN8156P842QC1DFRA5T9G Hop-Task: T_06FN80RZH5SJ34E1HRXCP30 Hop-Attempt: AT_06FN80RZH7NVH11C2518Q70
This commit is contained in:
@@ -144,6 +144,10 @@
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.hop-prompt h2.hop-prompt__outcome-heading {
|
||||
margin-top: 1.25rem;
|
||||
}
|
||||
|
||||
.hop-prompt pre,
|
||||
.hop-prompt__response {
|
||||
background: var(--color-box-body);
|
||||
|
||||
@@ -217,7 +217,7 @@
|
||||
record.append(makeElement('h2', '', 'Captured request'));
|
||||
record.append(makeElement('pre', '', prompt.prompt));
|
||||
if (prompt.response_summary) {
|
||||
record.append(makeElement('h2', '', 'Proposal outcome'));
|
||||
record.append(makeElement('h2', 'hop-prompt__outcome-heading', 'Proposal outcome'));
|
||||
record.append(makeElement('div', 'hop-prompt__response', prompt.response_summary));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user