From 2e6177a680218416f258191141b58b2aa11eefee Mon Sep 17 00:00:00 2001
From: Michael Elliott <elliotec@Michaels-MacBook-Pro.local>
Date: Sat, 9 Jul 2016 13:00:39 -0600
Subject: [PATCH] fix style issue for new snippet button - fixes issue #19641

add fix to changelog
---
 CHANGELOG                                    | 1 +
 app/assets/stylesheets/framework/blocks.scss | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index 3e4a10bb5a3..5559c4a7fe2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -60,6 +60,7 @@ v 8.10.0 (unreleased)
   - Fix 404 redirect after validation fails importing a GitLab project
   - Added setting to set new users by default as external !4545 (Dravere)
   - Add min value for project limit field on user's form !3622 (jastkand)
+  - Fix new snippet style bug
 
 v 8.9.5
   - Add more debug info to import/export and memory killer. !5108
diff --git a/app/assets/stylesheets/framework/blocks.scss b/app/assets/stylesheets/framework/blocks.scss
index 41e77a4ac68..635c236c7ac 100644
--- a/app/assets/stylesheets/framework/blocks.scss
+++ b/app/assets/stylesheets/framework/blocks.scss
@@ -223,7 +223,9 @@
 .nav-block {
   .controls {
     float: right;
-    margin-top: 11px;
+    margin-top: 8px;
+    padding-bottom: 7px;
+    border-bottom: 1px solid $white-dark;
   }
 }
 
-- 
GitLab