summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-13 16:06:59 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-13 16:06:59 +0100
commit132ab484d46044c4c7a88b7df02e67a29255e032 (patch)
tree785145a0256507c69dba14493584866e2fbb534b
parent96dda5f6ecba417118d80a0bdfa5c0a14e15a04c (diff)
downloadgitlab-ce-132ab484d46044c4c7a88b7df02e67a29255e032.tar.gz
Increase detail-page-header padding to match height with nav-link
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/assets/stylesheets/pages/detail_page.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/detail_page.scss b/app/assets/stylesheets/pages/detail_page.scss
index a9605804fb3..529a43548c8 100644
--- a/app/assets/stylesheets/pages/detail_page.scss
+++ b/app/assets/stylesheets/pages/detail_page.scss
@@ -1,5 +1,5 @@
.detail-page-header {
- padding: 7px 0;
+ padding: 11px 0;
border-bottom: 1px solid $border-color;
color: #5c5d5e;
font-size: 16px;