Skip to content

Commit

Permalink
chore(breadcrumb): fix missing spacing token migration
Browse files Browse the repository at this point in the history
  • Loading branch information
asudoh committed Mar 14, 2019
1 parent 6feeaaa commit 7057ed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/breadcrumb/_breadcrumb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@
position: relative;
display: flex;
align-items: center;
margin-right: $spacing-xs;
margin-right: $carbon--spacing-03;
}

.#{$prefix}--breadcrumb-item::after {
content: '/';
color: $text-01;
margin-left: $spacing-xs;
margin-left: $carbon--spacing-03;
}

.#{$prefix}--breadcrumb--no-trailing-slash .#{$prefix}--breadcrumb-item:last-child::after {
Expand Down

0 comments on commit 7057ed5

Please sign in to comment.