Make new dropdown dividers full width

This commit is contained in:
winh 2017-08-03 14:30:35 +02:00
parent ee908e2382
commit a1be8bb8af
2 changed files with 8 additions and 0 deletions

View File

@ -728,6 +728,10 @@
@mixin new-style-dropdown {
.dropdown-menu,
.dropdown-menu-nav {
.divider {
margin: 6px 0;
}
li {
padding: 0 1px;

View File

@ -312,6 +312,10 @@ header.navbar-gitlab-new {
// TODO: fallback to global style
.dropdown-menu {
.divider {
margin: 6px 0;
}
li {
padding: 0 1px;