summary: increasing line height from 1.1 to 1.2 for the dropdown map
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 14 Dec 2016 18:58:39 +0000 (13:58 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 14 Dec 2016 18:58:39 +0000 (13:58 -0500)
text

css/app.css
scss/_topbar.scss

index f0df850..cf923cd 100644 (file)
@@ -6625,7 +6625,7 @@ body #interactive-map ul.map-dropdown {
       clear: both;
       max-height: 153px;
       overflow: hidden;
-      line-height: 1.1;
+      line-height: 1.2;
       text-align: left;
       color: white;
       font-family: "Roboto", sans-serif;
index 9928544..fefa131 100644 (file)
@@ -295,7 +295,7 @@ body #interactive-map{
                 clear: both;
                 max-height: 153px;
                 overflow: hidden;
-                line-height: 1.1;
+                line-height: 1.2;
                 text-align: left;
                 color: white;
                 font-family: "Roboto", sans-serif;