increasing dropdown map content width to prevent text from being cut off
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 26 Aug 2016 19:41:17 +0000 (15:41 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 26 Aug 2016 19:41:17 +0000 (15:41 -0400)
css/app.css
scss/_topbar.scss

index bbdc5f0..dfdfd84 100644 (file)
@@ -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; }
index 7a1609b..1821b9d 100644 (file)
         overflow: hidden;
         height: 100%;
 //        border: 1px solid black;
-        width: 35%;
+        width: 37%;
         margin: 0 25px;
 //        float: right;
     }