Make dropdowns on new issue page consistent

This commit is contained in:
winh 2017-09-04 22:10:59 +02:00
parent 499b640679
commit 3c1dfcc032
2 changed files with 8 additions and 2 deletions

View File

@ -728,6 +728,8 @@
@mixin new-style-dropdown($selector: '') {
#{$selector}.dropdown-menu,
#{$selector}.dropdown-menu-nav {
margin-bottom: 24px;
li {
padding: 0 1px;

View File

@ -143,8 +143,12 @@ ul.related-merge-requests > li {
}
}
.issue-form .select2-container {
width: 250px !important;
.issue-form {
@include new-style-dropdown;
.select2-container {
width: 250px !important;
}
}
.issues-footer {