From dfec311aca75dd7ef6fcae38b23273c5b85c7c93 Mon Sep 17 00:00:00 2001 From: harry Date: Thu, 25 Apr 2019 16:09:31 +0100 Subject: [PATCH] Stopping links breaking mid-word all over the place --- app/themes/coop-tech-oowp-theme/public/css/app.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/themes/coop-tech-oowp-theme/public/css/app.css b/app/themes/coop-tech-oowp-theme/public/css/app.css index e7d6cb4..bb9f70d 100644 --- a/app/themes/coop-tech-oowp-theme/public/css/app.css +++ b/app/themes/coop-tech-oowp-theme/public/css/app.css @@ -4180,7 +4180,8 @@ a { text-decoration: none; line-height: inherit; cursor: pointer; - word-break: break-all; } + +} a:hover, a:focus { color: #1585cf; } a img {