summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-11-12 11:16:53 +0100
committerGitHub <noreply@github.com>2018-11-12 11:16:53 +0100
commit3117e996be466c7d4a061d41639562c70f2fc27f (patch)
tree86e9a3ab8f5ba953ca75ed693bf9c185845bce58
parentd6de8ebeb272d677a4bf1930c6eb42c1bf57b844 (diff)
parentb4b96fc23f7b67c3193a905dbb6330e1cda00c4f (diff)
downloadnextcloud-server-3117e996be466c7d4a061d41639562c70f2fc27f.tar.gz
nextcloud-server-3117e996be466c7d4a061d41639562c70f2fc27f.zip
Merge pull request #12384 from nextcloud/fix/12357/public-share-scrollbar
Reduces the footer link padding
-rw-r--r--core/css/public.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/public.scss b/core/css/public.scss
index 20048870e2c..1b55d9d12db 100644
--- a/core/css/public.scss
+++ b/core/css/public.scss
@@ -73,8 +73,8 @@ $footer-height: 65px;
font-weight: bold;
white-space: nowrap;
/* increasing clickability to more than the text height */
- padding: 13px;
- margin: -13px;
+ padding: 10px;
+ margin: -10px;
line-height: 200%;
}
}