Skip to content

Commit 46f66e4

Browse files
committed
instead of negative margin, use positive one and reduce it from the positive value
1 parent 3d15b53 commit 46f66e4

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

app/components/primer/beta/breadcrumbs.pcss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
.breadcrumb-item {
2-
display: inline;
3-
/* stylelint-disable-next-line primer/spacing */
4-
margin-left: -0.35em;
2+
display: inline-block;
53
list-style: none;
64
max-width: 100%;
75

86
&::after {
97
display: inline-block;
108
height: 0.8em;
119
/* stylelint-disable-next-line primer/spacing */
12-
margin: 0 0.5em;
10+
margin: 0 0.15em 0 0.5em;
1311
content: '';
1412
/* stylelint-disable-next-line primer/borders */
1513
border-right: 0.1em solid var(--borderColor-neutral-emphasis);

0 commit comments

Comments
 (0)