rightside border fix for dropdown

This commit is contained in:
haseeb 2018-02-21 22:35:10 +05:30
parent cfdbfcc621
commit 6520e2c78f
2 changed files with 20 additions and 2 deletions

View File

@ -50,3 +50,21 @@
.snippet-embed-input {
height: 35px;
}
.embed-snippet {
padding-right: 0;
a.btn {
width: 100%;
}
.form-control {
cursor: auto;
width: 101%;
border-left: 0;
}
.embed-toggle {
height: 35px;
}
}

View File

@ -87,8 +87,8 @@
.gitlab-embedded-snippets-title {
text-decoration: none;
color: $gl-text-color;
&:hover{
&:hover {
text-decoration: underline;
}
}