Skip to content

Commit 73811bf

Browse files
[PRM-90 & PRM-91] Added word break to nhsuk-table CSS (#615)
Co-authored-by: oliverbeumkes-nhs <[email protected]>
1 parent d4ff05e commit 73811bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/src/styles/App.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,10 @@ $hunit: '%';
813813
}
814814
}
815815

816+
.nhsuk-table {
817+
word-break: break-word;
818+
}
819+
816820
.nhsuk-error-summary__list div {
817821
margin-bottom: 24px;
818822
}

0 commit comments

Comments
 (0)