From d3e0b9b75432c68ea0fe61647aa18493b040fa07 Mon Sep 17 00:00:00 2001 From: Alexey Nikitin Date: Wed, 19 Aug 2015 13:10:44 +0300 Subject: [PATCH] Bug with hover effect on footer's social links. The footer's social link changes itself's height when it is hovered. This leads to appearing scroll bar and as a result changing page's width. The content jumps. --- public/css/main.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/main.less b/public/css/main.less index ce811d99a8..2deec50cca 100644 --- a/public/css/main.less +++ b/public/css/main.less @@ -685,7 +685,7 @@ thead { padding-right: 10px; &:hover { padding-top: 14px; - padding-bottom: 14px; + padding-bottom: 12px; color: #4a2b0f; background-color: #eee; text-decoration: none;