Skip to content
Snippets Groups Projects
Commit 573f73f2 authored by Winnie Hellmann's avatar Winnie Hellmann
Browse files

Make issuable dashboard dropdowns consistent

parent ef8eb3f6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -771,6 +771,11 @@
&::before {
top: 16px;
}
&.dropdown-menu-user-link::before {
top: 50%;
transform: translateY(-50%);
}
}
}
}
Loading
Loading
Loading
Loading
@@ -478,3 +478,7 @@
padding: 8px 16px;
text-align: center;
}
.issues-details-filters {
@include new-style-dropdown;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment