Something went wrong while setting issue due date.
Breadcrumb dropdown-menu styling
Closed
Breadcrumb dropdown-menu styling
Created by: mkalus
In order to style list elements in dropdown-menu correctly, you might want to consider adding:
.breadcrumb .dropdown-menu li {
display: block;
}
Otherwise, list elements in the dropdown menu will be displayes ad inline-block.