Reduce main nav dropdown width to ensure 2-column layout in dropdown
authorLaury GvR <laury@gaslightmedia.com>
Wed, 20 Sep 2017 19:00:02 +0000 (15:00 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 20 Sep 2017 19:00:02 +0000 (15:00 -0400)
css/app.css
scss/_topbar.scss

index 66737a5..6a563e2 100644 (file)
@@ -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;
index db9fe49..066bfaa 100644 (file)
                                 color: $black;
                             }
                         }
-                        min-width: 200px;
+                        min-width: 180px;
                         background-color: $white;
                         color: $black;
                         border-bottom: 1px dotted $slate-blue;