Skip to content
Snippets Groups Projects
Commit 3c1dfcc0 authored by Winnie Hellmann's avatar Winnie Hellmann
Browse files

Make dropdowns on new issue page consistent

parent 499b6406
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -728,6 +728,8 @@
@mixin new-style-dropdown($selector: '') {
#{$selector}.dropdown-menu,
#{$selector}.dropdown-menu-nav {
margin-bottom: 24px;
li {
padding: 0 1px;
 
Loading
Loading
Loading
Loading
@@ -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 {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment