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;