summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-01 11:14:31 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-01 11:14:31 +0200
commit688de57c500fed05aa34b15e428050bcb240dd89 (patch)
tree5b63a5a161880d291a9c4c191d9d3524d51476b4 /core
parente4f3098492c905376fff106308fdadf9af5e1492 (diff)
downloadnextcloud-server-688de57c500fed05aa34b15e428050bcb240dd89.tar.gz
nextcloud-server-688de57c500fed05aa34b15e428050bcb240dd89.zip
Fix public page footer link wrap
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core')
-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%;
}
}
}