Skip to content

Commit

Permalink
[WEBDEV-1138] Wrap content within links (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
naseberry authored and vinternet-pds committed Feb 4, 2019
1 parent c152293 commit be6db62
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/stylesheets/elements/_links.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,11 @@ figure a :hover {
article aside h2 a {
@include typography--heavy;
}


/*--- List link wrapping ---*/

dd a,
li a {
word-break: break-all;
}

0 comments on commit be6db62

Please sign in to comment.