From: Anthony Talarico Date: Wed, 14 Dec 2016 19:03:59 +0000 (-0500) Subject: summary: removing line height increase for the dropdown map X-Git-Tag: v1.0.0^2~69 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=54573bd6b1533407e04a9d7239ba075d265b382f;p=WP-Themes%2Fmackinawareavb.git summary: removing line height increase for the dropdown map --- diff --git a/css/app.css b/css/app.css index 4da8204..2a4c3b0 100644 --- a/css/app.css +++ b/css/app.css @@ -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; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 88f8cde..ea07a4d 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -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;