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

Make new dropdown dividers full width

parent ee908e23
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -728,6 +728,10 @@
@mixin new-style-dropdown {
.dropdown-menu,
.dropdown-menu-nav {
.divider {
margin: 6px 0;
}
li {
padding: 0 1px;
 
Loading
Loading
Loading
Loading
@@ -312,6 +312,10 @@ header.navbar-gitlab-new {
 
// TODO: fallback to global style
.dropdown-menu {
.divider {
margin: 6px 0;
}
li {
padding: 0 1px;
 
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