From 0be3e127ad5428c3e3fa9c8d5c79e0f9297523dd Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 14 Dec 2016 13:58:39 -0500 Subject: [PATCH] summary: increasing line height from 1.1 to 1.2 for the dropdown map text --- 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 f0df850..cf923cd 100644 --- a/css/app.css +++ b/css/app.css @@ -6625,7 +6625,7 @@ body #interactive-map ul.map-dropdown { clear: both; max-height: 153px; overflow: hidden; - line-height: 1.1; + line-height: 1.2; text-align: left; color: white; font-family: "Roboto", sans-serif; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 9928544..fefa131 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -295,7 +295,7 @@ body #interactive-map{ clear: both; max-height: 153px; overflow: hidden; - line-height: 1.1; + line-height: 1.2; text-align: left; color: white; font-family: "Roboto", sans-serif; -- 2.17.1