summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2017-10-24 18:11:19 +0300
committerWinnie Hellmann <winnie@gitlab.com>2017-12-08 12:09:40 +0100
commitb167cca1a4d552d39682f5096af163035b253cf2 (patch)
treef17ab01ef78458f17f305052c9767f1a7602ecb3
parentb82f0c57185fe55468c47aa01af038a3bd40f8f7 (diff)
downloadgitlab-ce-b167cca1a4d552d39682f5096af163035b253cf2.tar.gz
Fix top margin for right aligned dropdowns
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 7bd330ab027..478269f3fcf 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -485,7 +485,6 @@
.dropdown-menu-align-right {
left: auto;
right: 0;
- margin-top: 2px;
}
.dropdown-menu-selectable {