From ccce417c04283555fb8749eeaccd0c8aefb7b507 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 16 Sep 2015 09:28:35 -0400 Subject: [PATCH] needed more dropdown edits --- 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 a33947b..24a4db2 100644 --- a/css/app.css +++ b/css/app.css @@ -6912,7 +6912,7 @@ h4 { left: auto !important; float: right !important; } .top-bar-section li.has-dropdown.not-click:hover > .dropdown { - width: 510px; } + width: 520px; } .top-bar-section > ul > li:before { content: "|"; position: absolute; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index b8d07b4..d28f34c 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -304,7 +304,7 @@ } li.has-dropdown.not-click:hover { & > .dropdown { - width: 510px; + width: 520px; } } -- 2.17.1