Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2017-08-16 17:17:19 +0300
committerClement Ho <clemmakesapps@gmail.com>2017-08-16 17:17:19 +0300
commitb54a1e030d3a0ab904bf3c278a2cfaea6ff0b3dc (patch)
tree6c2266093ba7e4d4d5b7b972e910dfffba1892a8 /app/assets/stylesheets/framework/nav.scss
parentc044923bcd9263a80623b9fda58692651a54786f (diff)
Make sort by dropdown style consistent
Diffstat (limited to 'app/assets/stylesheets/framework/nav.scss')
-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;