From 1c2fd69696130ac06431e89a5240a52da98b424e Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Tue, 7 Mar 2017 17:22:10 -0600 Subject: Remove extra space for settings dropdown --- app/assets/stylesheets/framework/nav.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss index 674d3bb45aa..ea45aaa0253 100644 --- a/app/assets/stylesheets/framework/nav.scss +++ b/app/assets/stylesheets/framework/nav.scss @@ -294,7 +294,7 @@ .nav-control { @media (max-width: $screen-sm-max) { - margin-right: 75px; + margin-right: 2px; } } } -- cgit v1.2.1