summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-07-17 07:57:28 +0000
committerPhil Hughes <me@iamphill.com>2017-07-17 07:57:28 +0000
commit5f32bd774ad5cb89685dab5102e0614b2593d4ff (patch)
tree73604f885219e8a0d465245bdcf98f84014b8611
parentbcd828491c1265206af3daa8aa793e2149badfad (diff)
parente0b50e2a23e4416bb998f7e2a315436d88244b83 (diff)
downloadgitlab-ce-5f32bd774ad5cb89685dab5102e0614b2593d4ff.tar.gz
Merge branch '35064-fix-px-difference' into 'master'
Reduce padding on context header Closes #35064 See merge request !12855
-rw-r--r--app/assets/stylesheets/new_nav.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/new_nav.scss b/app/assets/stylesheets/new_nav.scss
index a8ddd00eca0..393d5006e24 100644
--- a/app/assets/stylesheets/new_nav.scss
+++ b/app/assets/stylesheets/new_nav.scss
@@ -368,9 +368,10 @@ header.navbar-gitlab-new {
}
.breadcrumbs-sub-title {
- margin: 2px 0 0;
+ margin: 2px 0;
font-size: 16px;
font-weight: normal;
+ line-height: 1;
ul {
margin: 0;