From 3bf405c0cd9920caa65f795fccdfab626501de71 Mon Sep 17 00:00:00 2001 From: Martin Bastien Date: Mon, 1 Aug 2016 11:21:05 -0400 Subject: Align the sidebar dropdown (#3693) * Align the sidebar dropdown * Change the sidebar dropdown width and realign it. * move sidebar dropdown css fix to headers.scss --- webapp/sass/layout/_headers.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webapp/sass/layout/_headers.scss b/webapp/sass/layout/_headers.scss index 1e7046340..f2705fc0a 100644 --- a/webapp/sass/layout/_headers.scss +++ b/webapp/sass/layout/_headers.scss @@ -266,6 +266,10 @@ } .dropdown-menu { + width: 199px; + margin-top: 4px; + margin-right: 3px; + a { overflow: hidden; padding: 3px 20px; -- cgit v1.2.3-1-g7c22