summary: removing line height increase for the dropdown map
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 14 Dec 2016 19:03:59 +0000 (14:03 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 14 Dec 2016 19:03:59 +0000 (14:03 -0500)
css/app.css
scss/_topbar.scss

index 4da8204..2a4c3b0 100644 (file)
@@ -6625,7 +6625,7 @@ body #interactive-map ul.map-dropdown {
       clear: both;
       max-height: 175px;
       overflow: hidden;
-      line-height: 1.2;
+      line-height: 1.1;
       text-align: left;
       color: white;
       font-family: "Roboto", sans-serif;
index 88f8cde..ea07a4d 100644 (file)
@@ -295,7 +295,7 @@ body #interactive-map{
                 clear: both;
                 max-height: 175px;
                 overflow: hidden;
-                line-height: 1.2;
+                line-height: 1.1;
                 text-align: left;
                 color: white;
                 font-family: "Roboto", sans-serif;