From 996d2aaa8f63c9d58642c6e5c0fdb45638f7d799 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 20 Sep 2017 15:00:02 -0400 Subject: [PATCH] Reduce main nav dropdown width to ensure 2-column layout in 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 66737a5..6a563e2 100644 --- a/css/app.css +++ b/css/app.css @@ -6511,7 +6511,7 @@ header { color: #f27225; font-size: 16px; } .top-bar .top-bar-section ul li ul.dropdown li { - min-width: 200px; + min-width: 180px; background-color: #FFFFFF; color: #000000; border-bottom: 1px dotted #486b71; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index db9fe49..066bfaa 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -139,7 +139,7 @@ color: $black; } } - min-width: 200px; + min-width: 180px; background-color: $white; color: $black; border-bottom: 1px dotted $slate-blue; -- 2.17.1