summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/framework/snippets.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/snippets.scss b/app/assets/stylesheets/framework/snippets.scss
index be060422b47..9a555ba1f15 100644
--- a/app/assets/stylesheets/framework/snippets.scss
+++ b/app/assets/stylesheets/framework/snippets.scss
@@ -55,6 +55,7 @@
.embed-snippet {
padding-right: 0;
+ padding-top: $gl-padding;
a.btn {
width: 100%;
@@ -66,7 +67,7 @@
border-left: 0;
outline: none;
box-shadow: none;
-
+
&:active {
box-shadow: none;
}