summary: increasing max height for the dropdown map text content
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 14 Dec 2016 19:02:37 +0000 (14:02 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 14 Dec 2016 19:02:37 +0000 (14:02 -0500)
css/app.css
scss/_topbar.scss

index cf923cd..4da8204 100644 (file)
@@ -6623,7 +6623,7 @@ body #interactive-map ul.map-dropdown {
       font-size: 1rem;
       bottom: 0;
       clear: both;
-      max-height: 153px;
+      max-height: 175px;
       overflow: hidden;
       line-height: 1.2;
       text-align: left;
index fefa131..88f8cde 100644 (file)
@@ -293,7 +293,7 @@ body #interactive-map{
                 font-size: 1rem;
                 bottom: 0;
                 clear: both;
-                max-height: 153px;
+                max-height: 175px;
                 overflow: hidden;
                 line-height: 1.2;
                 text-align: left;