summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-06-22 12:06:16 -0500
committerJose Ivan Vargas <jvargas@gitlab.com>2017-06-22 12:06:16 -0500
commit7d5c2f0039785b8f66df937209681a464a69ab1f (patch)
tree04c4c317c76afaf42e5f0eeba172349de32bc6d3
parent03dab599381f5246d89896855b274fe63d67b75f (diff)
downloadgitlab-ce-fix-dropdown-top-navbar-position-mobile.tar.gz
Fixed top position for the new button dropdownfix-dropdown-top-navbar-position-mobile
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss1
-rw-r--r--app/assets/stylesheets/framework/header.scss1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 5100094c16e..4f54ca24940 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -395,6 +395,7 @@
.dropdown-menu-align-right {
left: auto;
right: 0;
+ margin-top: -5px;
@media (max-width: $screen-xs-max) {
left: 0;
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index d8645afb7da..94986badaf9 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -346,6 +346,7 @@ header {
width: auto;
min-width: 140px;
margin-top: -5px;
+ left: auto;
.current-user {
padding: 5px 18px;