Commit 6520e2c7 authored by haseeb's avatar haseeb

rightside border fix for dropdown

parent cfdbfcc6
...@@ -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;
}
}
...@@ -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;
} }
} }
......
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