Skip to content

Commit

Permalink
Merge pull request #2041 from statisticsnorway/MIMIR-1330-break-word-…
Browse files Browse the repository at this point in the history
…fix-after-qa

Remove hyphens rule for other headings than H1
  • Loading branch information
omsaggau authored Aug 17, 2023
2 parents 4591a77 + 38e2c17 commit 6e7e4fc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/main/resources/assets/styles/_globalStyles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,7 @@ h6 {
}
}

h1,
h2,
h3,
h4,
h5,
h6 {
h1 {
hyphens: auto;
}

Expand Down

0 comments on commit 6e7e4fc

Please sign in to comment.