Skip to content

Commit 8126625

Browse files
committed
reduce the margin right of after /
1 parent c651f97 commit 8126625

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,20 @@
11
.breadcrumb-item {
2-
display: inline; /* Fix wrapping alignment */
3-
margin-left: -0.35em;
2+
display: inline-block;
43
list-style: none;
54
max-width: 100%;
65

76
&::after {
87
display: inline-block;
98
height: 0.8em;
109
/* stylelint-disable-next-line primer/spacing */
11-
margin: 0 0.5em;
10+
margin: 0 0.15em 0 0.5em;
1211
content: '';
1312
/* stylelint-disable-next-line primer/borders */
1413
border-right: 0.1em solid var(--borderColor-neutral-emphasis);
1514
transform: rotate(15deg) translateY(0.0625em);
1615
}
1716
}
1817

19-
.breadcrumb-item:first-child {
20-
margin-left: 0;
21-
}
22-
2318
.breadcrumb-item-selected,
2419
.breadcrumb-item[aria-current]:not([aria-current='false']) {
2520
&::after {
@@ -32,4 +27,4 @@
3227
color: var(--fgColor-default);
3328
text-decoration: none !important;
3429
cursor: default !important;
35-
}
30+
}

0 commit comments

Comments
 (0)