From 08fe18ec346c3e017e4492a31821b649488c4383 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 9 Nov 2017 09:15:37 -0500 Subject: [PATCH] changing dropdown menu for rfp to width auto removing hard set width for the rfp menu dropdown --- 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 4d9a273..648bb32 100644 --- a/css/app.css +++ b/css/app.css @@ -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; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index a210846..b34bb78 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -203,7 +203,7 @@ body #page-wrapper .rfp-menu { padding-bottom: 17px; & > ul.dropdown { - width: 260px; + width: auto; padding: 7px; left: -20%; li{ -- 2.17.1