Commit 7d21a109 authored by Clement Ho's avatar Clement Ho

Fix conflict in app/assets/stylesheets/framework/dropdowns.scss

parent 663ac1aa
...@@ -209,11 +209,7 @@ ...@@ -209,11 +209,7 @@
} }
.dropdown-menu, .dropdown-menu,
<<<<<<< HEAD
.dropdown-menu {
=======
.dropdown-menu-nav { .dropdown-menu-nav {
>>>>>>> gitlab-ce/master
display: none; display: none;
position: absolute; position: absolute;
width: auto; width: auto;
...@@ -332,11 +328,7 @@ ...@@ -332,11 +328,7 @@
} }
.badge.badge-pill + span:not(.badge.badge-pill) { .badge.badge-pill + span:not(.badge.badge-pill) {
<<<<<<< HEAD
// Expects up to 3 digits on the .badge.badge-pill
=======
// Expects up to 3 digits on the badge // Expects up to 3 digits on the badge
>>>>>>> gitlab-ce/master
margin-right: 40px; margin-right: 40px;
} }
} }
......
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