summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Elliott <elliotec@Michaels-MacBook-Pro.local>2016-07-09 13:00:39 -0600
committerelliotec <elliotecweb@gmail.com>2016-07-09 13:34:07 -0600
commit2e6177a680218416f258191141b58b2aa11eefee (patch)
treeb0eafea1abd6ee86260bec54a7a05170b6ecc990
parent697e9889b610ad5ddd815904167b838488791c75 (diff)
downloadgitlab-ce-2e6177a680218416f258191141b58b2aa11eefee.tar.gz
fix style issue for new snippet button - fixes issue #19641
add fix to changelog
-rw-r--r--CHANGELOG1
-rw-r--r--app/assets/stylesheets/framework/blocks.scss4
2 files changed, 4 insertions, 1 deletions
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;
}
}