From ec7a1c504f2549ed9093d489f395050568f3b2a8 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 21 Nov 2012 00:18:36 +0200 Subject: [PATCH] Fix tabs line height --- app/assets/stylesheets/gitlab_bootstrap/common.scss | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/app/assets/stylesheets/gitlab_bootstrap/common.scss b/app/assets/stylesheets/gitlab_bootstrap/common.scss index bef0780..c1b2880 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/common.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/common.scss @@ -40,6 +40,7 @@ > a { padding:8px 20px; margin-right: 7px; + line-height: 19px; border-color: #EEE; color:#888; border-bottom: 1px solid #ddd; -- libgit2 0.21.2