Skip to content

Commit 1536782

Browse files
authored
Merge pull request #338 from maykinmedia/issue#820
💄 #820 - Lange woorden (in titels) kunnen zorgen voor overf…
2 parents 746c54d + 305eb2f commit 1536782

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/open_inwoner/scss/components/Typography/H1.scss

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
margin: var(--row-height) 0 0 0;
88
display: flex;
99
justify-content: space-between;
10+
word-break: break-all;
1011

1112
&:first-of-type {
1213
margin: 0;

src/open_inwoner/scss/components/Typography/H2.scss

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
margin: 0;
88
display: flex;
99
justify-content: space-between;
10+
word-break: break-all;
1011

1112
&--extra {
1213
margin: var(--row-height) 0 var(--spacing-medium) 0;

src/open_inwoner/scss/components/Typography/H3.scss

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
font-weight: var(--font-weight-heading-3);
66
line-height: var(--font-line-height-heading-3);
77
margin: 0;
8+
word-break: break-all;
89
}
910

1011
.p + .h3 {

src/open_inwoner/scss/components/Typography/H4.scss

+1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
font-weight: var(--font-weight-heading-4);
66
line-height: var(--font-line-height-heading-4);
77
margin: 0;
8+
word-break: break-all;
89
}

0 commit comments

Comments
 (0)