Skip to content
Snippets Groups Projects
Commit 25911e08 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Merge branch 'winh-new-dropdown-dividers' into 'master'

Make dividers of new dropdown style full width

Closes #35784

See merge request !13276
parents 154a55cf a1be8bb8
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