We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df54814 commit 34a4fe8Copy full SHA for 34a4fe8
src/views/DrefApplicationExport/index.tsx
@@ -459,9 +459,11 @@ export function Component() {
459
value={drefResponse?.ns_request_text}
460
valueType="text"
461
/>
462
- <BlockTextOutput
+ <TextOutput
463
+ className={styles.recurrentEventJustification}
464
label={strings.recurrentEventJustificationLabel}
465
value={drefResponse?.dref_recurrent_text}
466
+ strongLabel
467
468
469
{lessonsLearnedDefined && (
src/views/DrefApplicationExport/styles.module.css
@@ -86,6 +86,7 @@
86
grid-gap: var(--go-ui-width-separator-md);
87
grid-template-columns: 1fr 1fr;
88
89
+ .recurrent-event-justification,
90
.lessons-learned {
91
grid-column: span 2;
92
background-color: var(--pdf-element-bg);
0 commit comments