Commit 7eb51316 authored by Kushal Pandya's avatar Kushal Pandya Committed by Annabel Dunstone Gray

Fix navigation dropdown close animation on mobile screens

parent ab968fd4
......@@ -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 ');
......
---
title: Fix navigation dropdown close animation on mobile screens
merge_request: 14649
author:
type: fixed
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