From: Anthony Talarico Date: Wed, 14 Dec 2016 19:02:37 +0000 (-0500) Subject: summary: increasing max height for the dropdown map text content X-Git-Tag: v1.0.0^2~70 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=fd205ce15d54c63c35bc3bef3a09f41b2ded1fdd;p=WP-Themes%2Fmackinawareavb.git summary: increasing max height for the dropdown map text content --- diff --git a/css/app.css b/css/app.css index cf923cd..4da8204 100644 --- a/css/app.css +++ b/css/app.css @@ -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; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index fefa131..88f8cde 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -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;