Fix navigation dropdown close animation on mobile screens

This commit is contained in:
Kushal Pandya 2017-10-03 14:21:33 +00:00 committed by Annabel Dunstone Gray
parent ab968fd465
commit 7eb513169a
2 changed files with 12 additions and 0 deletions

View File

@ -873,6 +873,13 @@
min-width: 100%;
}
}
header.navbar-gitlab-new .header-content .dropdown {
.dropdown-menu {
left: 0;
min-width: 100%;
}
}
}
@include new-style-dropdown('.breadcrumbs-list .dropdown ');

View File

@ -0,0 +1,5 @@
---
title: Fix navigation dropdown close animation on mobile screens
merge_request: 14649
author:
type: fixed