Skip to content

Commit

Permalink
changes floats to flex on breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgalante committed Aug 26, 2017
1 parent 9612830 commit ded6226
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scss/_breadcrumb.scss
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ded6226

Please sign in to comment.