From d7dc7e849b91cbe58af61bcfdd106626aead2a60 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 26 Aug 2016 15:41:17 -0400 Subject: [PATCH] increasing dropdown map content width to prevent text from being cut off --- 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 bbdc5f0..dfdfd84 100644 --- a/css/app.css +++ b/css/app.css @@ -6499,7 +6499,7 @@ header { right: 0; overflow: hidden; height: 100%; - width: 35%; + width: 37%; margin: 0 25px; } #interactive-map .map-page-title { text-align: center; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 7a1609b..1821b9d 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -239,7 +239,7 @@ overflow: hidden; height: 100%; // border: 1px solid black; - width: 35%; + width: 37%; margin: 0 25px; // float: right; } -- 2.17.1