added missing margin for active dropdown
authorIan Weller <ian@gaslightmedia.com>
Mon, 29 Feb 2016 18:57:55 +0000 (13:57 -0500)
committerIan Weller <ian@gaslightmedia.com>
Mon, 29 Feb 2016 18:57:55 +0000 (13:57 -0500)
css/app.css
scss/_topbar.scss

index 4c371c0..290118b 100644 (file)
@@ -6756,7 +6756,7 @@ header {
           height: 40px;
           line-height: 1; }
         .top-bar-section ul li ul.dropdown li.active:not(.has-form) a:not(.button) {
-          padding: 10px 0 0;
+          padding: 10px 10px 0;
           height: 40px;
           line-height: 1; }
 
index 9e0d7d6..7790a0d 100644 (file)
                         line-height: 1;
                     }
                     &.active:not(.has-form) a:not(.button) {
-                        padding: 10px 0 0;
+                        padding: 10px 10px 0;
                         height: 40px;
                         line-height: 1;
                     }