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

Make member permission dropdowns consistent

parent 499b6406
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -729,6 +729,7 @@
#{$selector}.dropdown-menu,
#{$selector}.dropdown-menu-nav {
li {
display: block;
padding: 0 1px;
 
&:hover {
Loading
Loading
Loading
Loading
@@ -55,6 +55,10 @@
display: -webkit-flex;
display: flex;
}
.dropdown-menu.dropdown-menu-align-right {
margin-top: -2px;
}
}
 
.form-horizontal {
Loading
Loading
@@ -306,3 +310,7 @@
}
}
}
.member-form-control {
@include new-style-dropdown;
}
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