Skip to content

Commit 0364ef7

Browse files
[PRMP-1446] WCAG 1.4: Reflow of Download Confirmation (#574)
* [PRMP-1446] - Fix text overflow issue on confirmation pages * [PRMP-1446] - Fix overflow issue on upload-complete confirmation page * [PRMP-1446] - Fix overflow issue on delete-complete confirmation page
1 parent 05da545 commit 0364ef7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/src/styles/App.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,8 @@ $hunit: '%';
482482
color: #fff;
483483
font-size: 1.5rem;
484484
white-space: pre-wrap;
485+
word-break: break-word;
486+
overflow-wrap: break-word;
485487

486488
&_header {
487489
font-weight: 700;
@@ -524,6 +526,8 @@ $hunit: '%';
524526
font-weight: 400;
525527
font-size: 1.5rem !important;
526528
white-space: pre-wrap;
529+
word-break: break-word;
530+
overflow-wrap: break-word;
527531

528532
&_header {
529533
font-weight: 700;
@@ -622,6 +626,8 @@ $hunit: '%';
622626
color: #fff;
623627
font-size: 1.5rem;
624628
white-space: pre-wrap;
629+
word-break: break-word;
630+
overflow-wrap: break-word;
625631

626632
&_header {
627633
font-weight: 700;
@@ -768,6 +774,8 @@ $hunit: '%';
768774
font-weight: 400;
769775
font-size: 1.5rem !important;
770776
white-space: pre-wrap;
777+
word-break: break-word;
778+
overflow-wrap: break-word;
771779

772780
&_header {
773781
font-weight: 700;

0 commit comments

Comments
 (0)