From fd205ce15d54c63c35bc3bef3a09f41b2ded1fdd Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 14 Dec 2016 14:02:37 -0500 Subject: [PATCH] summary: increasing max height for the dropdown map text content --- css/app.css | 2 +- scss/_topbar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.17.1