Skip to content

Commit

Permalink
Merge pull request #2308 from laws-africa/word-break
Browse files Browse the repository at this point in the history
prevent long lines of non-breakable content overflowing
  • Loading branch information
longhotsummer authored Dec 11, 2024
2 parents 4fa9d87 + 6af578b commit 858efd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions indigo_app/static/stylesheets/_akn.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@ la-akoma-ntoso .akn-remark {
la-akoma-ntoso[frbr-country="na"] .akn-remark {
background-color: inherit;
}

la-akoma-ntoso {
// prevent long lines of dots and other things that would not normally be broken from overflowing the content box
word-break: break-word;
}

0 comments on commit 858efd8

Please sign in to comment.