From be6db62407bbb6946a6ee9051dd4295d913f1542 Mon Sep 17 00:00:00 2001 From: Peter Hunt Date: Mon, 4 Feb 2019 10:27:34 +0000 Subject: [PATCH] [WEBDEV-1138] Wrap content within links (#564) --- src/stylesheets/elements/_links.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/stylesheets/elements/_links.scss b/src/stylesheets/elements/_links.scss index 5b3c3567..a2d8609c 100644 --- a/src/stylesheets/elements/_links.scss +++ b/src/stylesheets/elements/_links.scss @@ -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; +} \ No newline at end of file