summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/css/public.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/css/public.scss b/core/css/public.scss
index 5f02dc1762b..052c98e29ea 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%;
}
}
}