Skip to content

Commit de78ba1

Browse files
authored
Merge pull request #673 from TechnologyEnhancedLearning/Develop/Features/TD-4190-Constraint-overflow
Constraint text within dom element boundaries
2 parents 2672ddc + a6cdffe commit de78ba1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

LearningHub.Nhs.WebUI/Styles/nhsuk/layout.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
@use "../abstracts/all" as *;
22
@use "nhsuk" as *;
33

4+
body {
5+
overflow-wrap: break-word;
6+
}
7+
48
.nhsuk-header {
59
padding: 0 px2rem(32);
610
}

0 commit comments

Comments
 (0)