Commit 4f2f71db authored by haseeb's avatar haseeb

added top-padding to snippet embed block

parent 20cebb8f
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
.embed-snippet { .embed-snippet {
padding-right: 0; padding-right: 0;
padding-top: $gl-padding;
a.btn { a.btn {
width: 100%; width: 100%;
...@@ -66,7 +67,7 @@ ...@@ -66,7 +67,7 @@
border-left: 0; border-left: 0;
outline: none; outline: none;
box-shadow: none; box-shadow: none;
&:active { &:active {
box-shadow: none; box-shadow: none;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment