diff options
author | Michael Elliott <elliotec@Michaels-MacBook-Pro.local> | 2016-07-09 13:00:39 -0600 |
---|---|---|
committer | Michael Elliott <elliotec@Michaels-MacBook-Pro.local> | 2016-07-09 13:00:39 -0600 |
commit | 401e10919761a5ad82821b42d6951679a9763cc9 (patch) | |
tree | 48e9563f5c3962aec60b0df3fa00d88c7e97a284 | |
parent | 697e9889b610ad5ddd815904167b838488791c75 (diff) | |
download | gitlab-ce-401e10919761a5ad82821b42d6951679a9763cc9.tar.gz |
fix style issue for new snippet button - fixes issue #19641
-rw-r--r-- | app/assets/stylesheets/framework/blocks.scss | 4 |
1 files changed, 3 insertions, 1 deletions
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; } } |