From 549b529011b7a87b8195b972c3ae64a67ddf50e8 Mon Sep 17 00:00:00 2001 From: Norman Yarvin Date: Sat, 8 Feb 2020 13:42:55 -0500 Subject: [PATCH] Delete CSS code that does word wrap inside hyperlinks by breaking the words themselves. --- sass/_main.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/sass/_main.scss b/sass/_main.scss index 4665d85..76ffecb 100644 --- a/sass/_main.scss +++ b/sass/_main.scss @@ -45,7 +45,6 @@ main { p > a { color: $main-colour; - word-break: break-all; &:hover { border-bottom: 1px solid $main-colour;