Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
4f2f71db
Commit
4f2f71db
authored
Feb 22, 2018
by
haseeb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added top-padding to snippet embed block
parent
20cebb8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
app/assets/stylesheets/framework/snippets.scss
app/assets/stylesheets/framework/snippets.scss
+2
-1
No files found.
app/assets/stylesheets/framework/snippets.scss
View file @
4f2f71db
...
@@ -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
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment