From 54573bd6b1533407e04a9d7239ba075d265b382f Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 14 Dec 2016 14:03:59 -0500 Subject: [PATCH] summary: removing line height increase for the dropdown map --- 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 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; -- 2.17.1