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