Skip to content

Commit 34a4fe8

Browse files
committed
Fix styling of recurrent text in dref export
1 parent df54814 commit 34a4fe8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/views/DrefApplicationExport/index.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,9 +459,11 @@ export function Component() {
459459
value={drefResponse?.ns_request_text}
460460
valueType="text"
461461
/>
462-
<BlockTextOutput
462+
<TextOutput
463+
className={styles.recurrentEventJustification}
463464
label={strings.recurrentEventJustificationLabel}
464465
value={drefResponse?.dref_recurrent_text}
466+
strongLabel
465467
valueType="text"
466468
/>
467469
{lessonsLearnedDefined && (

src/views/DrefApplicationExport/styles.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
grid-gap: var(--go-ui-width-separator-md);
8787
grid-template-columns: 1fr 1fr;
8888

89+
.recurrent-event-justification,
8990
.lessons-learned {
9091
grid-column: span 2;
9192
background-color: var(--pdf-element-bg);

0 commit comments

Comments
 (0)