Commit 573f73f2 authored by winh's avatar winh

Make issuable dashboard dropdowns consistent

parent ef8eb3f6
...@@ -771,6 +771,11 @@ ...@@ -771,6 +771,11 @@
&::before { &::before {
top: 16px; top: 16px;
} }
&.dropdown-menu-user-link::before {
top: 50%;
transform: translateY(-50%);
}
} }
} }
} }
......
...@@ -478,3 +478,7 @@ ...@@ -478,3 +478,7 @@
padding: 8px 16px; padding: 8px 16px;
text-align: center; text-align: center;
} }
.issues-details-filters {
@include new-style-dropdown;
}
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