summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaseeb <haseebeqx@yahoo.com>2018-02-22 00:08:56 +0530
committerhaseeb <haseebeqx@yahoo.com>2018-02-28 18:48:26 +0530
commit4f2f71db90db7b9d754d552ac30c39061da63039 (patch)
treeaac3f30f6e86ee5e61607d7b85371d05de0f2557
parent20cebb8f2804273e0c9cefe23ae78ac5f584dd14 (diff)
downloadgitlab-ce-4f2f71db90db7b9d754d552ac30c39061da63039.tar.gz
added top-padding to snippet embed block
-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;
}