@@ -130,7 +130,7 @@ $submenu-item-height: 30px;
#menu .dropdown-menu a {
height: $menu-font-size;
padding: (($submenu-item-height - $menu-font-size) / 2) 12px;
- width: auto;
+ width: 100%;
color: $menu-dropdown-font-color;
font-size: $menu-font-size;
@@ -287,7 +287,7 @@ ul.dropdown-left {
height: 14px;
padding: 8px 12px;
color: #555;
font-size: 14px;
}