From 9f72ea46473e06b6ebf3e093664cb4b4d8745a56 Mon Sep 17 00:00:00 2001 From: winh Date: Tue, 1 Aug 2017 13:42:27 +0200 Subject: Make sort by dropdown style consistent --- app/assets/stylesheets/framework/nav.scss | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.2.1