Skip to content

Commit

Permalink
Add overflow-wrap: break-word to a-link__text
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Nov 20, 2024
1 parent 3f56fdc commit 362af9b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
.a-link__text {
border-bottom-width: 1px;
border-bottom-style: inherit;
overflow-wrap: break-word;
}
}

Expand Down

0 comments on commit 362af9b

Please sign in to comment.