summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwinh <winnie@gitlab.com>2017-08-01 13:42:27 +0200
committerwinh <winnie@gitlab.com>2017-08-09 09:22:20 +0200
commit9f72ea46473e06b6ebf3e093664cb4b4d8745a56 (patch)
treebb59753bb3234972b2c0d244dbb2ba3ec3a4d745
parent5388f5ee13c61eb9d686c9c21c027e603bc222b6 (diff)
downloadgitlab-ce-winh-navcontrols-dropdown-style.tar.gz
Make sort by dropdown style consistentwinh-navcontrols-dropdown-style
-rw-r--r--app/assets/stylesheets/framework/nav.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss
index d386ac5ba9c..071f20fc457 100644
--- a/app/assets/stylesheets/framework/nav.scss
+++ b/app/assets/stylesheets/framework/nav.scss
@@ -161,6 +161,8 @@
}
.nav-controls {
+ @include new-style-dropdown;
+
display: inline-block;
float: right;
text-align: right;