changes floats to flex on breadcrumbs (#23683)

This commit is contained in:
Andres Galante 2017-09-04 19:36:12 -03:00 committed by Mark Otto
parent 59631a6f04
commit bd8ab1070b
1 changed files with 2 additions and 3 deletions

View File

@ -1,15 +1,14 @@
.breadcrumb {
display: flex;
flex-wrap: wrap;
padding: $breadcrumb-padding-y $breadcrumb-padding-x;
margin-bottom: $breadcrumb-margin-bottom;
list-style: none;
background-color: $breadcrumb-bg;
@include border-radius($border-radius);
@include clearfix;
}
.breadcrumb-item {
float: left;
// The separator between breadcrumbs (by default, a forward-slash: "/")
+ .breadcrumb-item::before {
display: inline-block; // Suppress underlining of the separator in modern browsers