Skip to content

Commit 12696bc

Browse files
authored
[PRM-89] WCAG 1.4.1 reflow: file example and upload panel don't reflow correctly on upload page (#616)
* Added word break for file input stage file input button and example * Replace New Service tag with NHS React component * Revert "Replace New Service tag with NHS React component" This reverts commit 975c89c. * Remove unnecessary styling
1 parent 8fa099b commit 12696bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/styles/App.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,8 @@ $hunit: '%';
536536
}
537537

538538
&_drag-and-drop {
539-
display: flex;
539+
word-break: break-word;
540+
overflow-wrap: break-word;
540541
width: 100%;
541542
max-width: 960px;
542543
padding: 32px;

0 commit comments

Comments
 (0)