Skip to content

Commit

Permalink
fix(breakcrumbs): adjusted chevron spacing (eBay#2224)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtBlue authored and agliga committed Dec 28, 2023
1 parent 6f8e2cc commit 6fa2094
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/breadcrumbs/breadcrumbs.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ nav.breadcrumbs > ul > li[hidden] {
display: none;
}
nav.breadcrumbs > ul > li svg {
margin-left: 3px;
margin-right: 3px;
margin-left: 6px;
margin-right: 6px;
}
nav.breadcrumbs > ul > li > a {
text-decoration: none;
Expand Down
4 changes: 2 additions & 2 deletions src/less/breadcrumbs/breadcrumbs.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ nav.breadcrumbs > ul > li[hidden] {
}

nav.breadcrumbs > ul > li svg {
margin-left: 3px;
margin-right: 3px;
margin-left: 6px;
margin-right: 6px;
}

nav.breadcrumbs > ul > li > a {
Expand Down

0 comments on commit 6fa2094

Please sign in to comment.