From 688de57c500fed05aa34b15e428050bcb240dd89 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 1 Oct 2018 11:14:31 +0200 Subject: [PATCH] Fix public page footer link wrap Signed-off-by: Jan-Christoph Borchardt --- core/css/public.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/css/public.scss b/core/css/public.scss index 5f02dc1762..052c98e29e 100644 --- a/core/css/public.scss +++ b/core/css/public.scss @@ -73,8 +73,11 @@ $footer-height: 65px; a { color: var(--color-text-lighter); font-weight: 600; + white-space: nowrap; + /* increasing clickability to more than the text height */ padding: 13px; margin: -13px; + line-height: 200%; } } }