changing dropdown menu for rfp to width auto
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 9 Nov 2017 14:15:37 +0000 (09:15 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 9 Nov 2017 14:15:37 +0000 (09:15 -0500)
removing hard set width for the rfp menu dropdown

css/app.css
scss/_topbar.scss

index 4d9a273..648bb32 100644 (file)
@@ -7220,7 +7220,7 @@ header.main {
 body #page-wrapper .rfp-menu {
   padding-bottom: 17px; }
   body #page-wrapper .rfp-menu > ul.dropdown {
-    width: 260px;
+    width: auto;
     padding: 7px;
     left: -20%;
     background-color: white;
index a210846..b34bb78 100644 (file)
 body #page-wrapper .rfp-menu {
     padding-bottom: 17px;
     & > ul.dropdown {
-        width: 260px;
+        width: auto;
         padding: 7px;
         left: -20%;
         li{