From: Anthony Talarico Date: Fri, 26 Aug 2016 19:41:17 +0000 (-0400) Subject: increasing dropdown map content width to prevent text from being cut off X-Git-Tag: v1.0.0^2~73 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d7dc7e849b91cbe58af61bcfdd106626aead2a60;p=WP-Themes%2Fpetoskeyarea.git increasing dropdown map content width to prevent text from being cut off --- 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; }