diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-07-13 13:21:16 -0700 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-07-13 19:07:17 -0700 |
commit | e0b50e2a23e4416bb998f7e2a315436d88244b83 (patch) | |
tree | b3dec86c0cc969b6bffa470207363bd5265c9402 /app | |
parent | c306e403fe3f74048488caac64b6c352e7ef5f3d (diff) | |
download | gitlab-ce-e0b50e2a23e4416bb998f7e2a315436d88244b83.tar.gz |
Fix line height of breadcrumbs to match context nav header35064-fix-px-difference
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/new_nav.scss | 3 |
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; |