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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
6520e2c7
Commit
6520e2c7
authored
Feb 21, 2018
by
haseeb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rightside border fix for dropdown
parent
cfdbfcc6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
2 deletions
+20
-2
app/assets/stylesheets/framework/snippets.scss
app/assets/stylesheets/framework/snippets.scss
+18
-0
app/assets/stylesheets/snippets.scss
app/assets/stylesheets/snippets.scss
+2
-2
No files found.
app/assets/stylesheets/framework/snippets.scss
View file @
6520e2c7
...
@@ -50,3 +50,21 @@
...
@@ -50,3 +50,21 @@
.snippet-embed-input
{
.snippet-embed-input
{
height
:
35px
;
height
:
35px
;
}
}
.embed-snippet
{
padding-right
:
0
;
a
.btn
{
width
:
100%
;
}
.form-control
{
cursor
:
auto
;
width
:
101%
;
border-left
:
0
;
}
.embed-toggle
{
height
:
35px
;
}
}
app/assets/stylesheets/snippets.scss
View file @
6520e2c7
...
@@ -87,8 +87,8 @@
...
@@ -87,8 +87,8 @@
.gitlab-embedded-snippets-title
{
.gitlab-embedded-snippets-title
{
text-decoration
:
none
;
text-decoration
:
none
;
color
:
$gl-text-color
;
color
:
$gl-text-color
;
&
:hover
{
&
:hover
{
text-decoration
:
underline
;
text-decoration
:
underline
;
}
}
}
}
...
...
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