From 401e10919761a5ad82821b42d6951679a9763cc9 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 --- app/assets/stylesheets/framework/blocks.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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