From 2d5426391d54259a6164b2ec063f1418da77cb27 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Thu, 12 Oct 2017 11:53:19 +0100 Subject: [PATCH] Avoid generating unneeded scroll. --- services/web/public/stylesheets/components/footer.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/components/footer.less b/services/web/public/stylesheets/components/footer.less index a5e0719157..ca33db8705 100644 --- a/services/web/public/stylesheets/components/footer.less +++ b/services/web/public/stylesheets/components/footer.less @@ -6,7 +6,7 @@ footer.site-footer { bottom: 0; width: 100%; height: @footer-height; - line-height: @footer-height; + line-height: @footer-height - 1; // Hack — in Chrome, using @line-height would generate vertical scrolling ul { list-style: none;