Commit 25911e08 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

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
......@@ -728,6 +728,10 @@
@mixin new-style-dropdown {
.dropdown-menu,
.dropdown-menu-nav {
.divider {
margin: 6px 0;
}
li {
padding: 0 1px;
......
......@@ -312,6 +312,10 @@ header.navbar-gitlab-new {
// TODO: fallback to global style
.dropdown-menu {
.divider {
margin: 6px 0;
}
li {
padding: 0 1px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment