summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-07-13 13:21:16 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-07-13 19:07:17 -0700
commite0b50e2a23e4416bb998f7e2a315436d88244b83 (patch)
treeb3dec86c0cc969b6bffa470207363bd5265c9402
parentc306e403fe3f74048488caac64b6c352e7ef5f3d (diff)
downloadgitlab-ce-35064-fix-px-difference.tar.gz
Fix line height of breadcrumbs to match context nav header35064-fix-px-difference
-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 73cb3a7cf4c..03fe4614b79 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;