summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-07-21 09:41:34 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-07-21 09:41:34 -0500
commit8c1810484ac82b4d3d083434cedcfd10b844f645 (patch)
tree41aaa35d3f337e89b6eddddd748e555b70ca31b3
parentd0da5852335251e4fa7dfbc37ff138b2a3c83cfb (diff)
downloadgitlab-ce-8c1810484ac82b4d3d083434cedcfd10b844f645.tar.gz
Add 1px to breadcrumbs min height
-rw-r--r--app/assets/stylesheets/new_nav.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/new_nav.scss b/app/assets/stylesheets/new_nav.scss
index e1873506bec..e91da7b4a4d 100644
--- a/app/assets/stylesheets/new_nav.scss
+++ b/app/assets/stylesheets/new_nav.scss
@@ -274,7 +274,7 @@ header.navbar-gitlab-new {
.breadcrumbs {
display: flex;
- min-height: 60px;
+ min-height: 61px;
color: $gl-text-color;
border-bottom: 1px solid $border-color;