Skip to content

Commit 35c510c

Browse files
committed
Constraint text within dom element boundaries
1 parent 4e9a215 commit 35c510c

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)