adjusting media menu item width in chrome
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jan 2016 16:07:48 +0000 (11:07 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jan 2016 16:07:48 +0000 (11:07 -0500)
css/app.css
scss/_topbar.scss

index 61caadb..98c38e3 100644 (file)
@@ -6655,7 +6655,7 @@ header {
 @media screen and (-webkit-min-device-pixel-ratio: 0) {
   #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown {
     margin-left: -77px;
-    min-width: 350px; } }
+    min-width: 220px; } }
 
 #menu-top-menu-1 {
   margin-left: 16px;
index 33476dd..266f155 100644 (file)
 @media screen and (-webkit-min-device-pixel-ratio:0) {
    #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown{
     margin-left: -77px;
-    min-width: 350px;
+    min-width: 220px;
 }
 }
 #menu-top-menu-1{