Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weimann <mail@michael-weimann.eu>2018-11-09 23:23:02 +0300
committerMichael Weimann <mail@michael-weimann.eu>2018-11-09 23:23:02 +0300
commitb4b96fc23f7b67c3193a905dbb6330e1cda00c4f (patch)
tree859d3df237726311cbd21b3fa4baa431d2378c7e /core/css/public.scss
parentb7a59fb56a055764b5251c95f4d57d6883934136 (diff)
Fixes the footer #12357
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'core/css/public.scss')
-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%;
}
}