There was an error while loading. Please reload this page.
1 parent e52b1d7 commit 1d02542Copy full SHA for 1d02542
1 file changed
app/components/primer/beta/breadcrumbs.pcss
@@ -1,7 +1,5 @@
1
.breadcrumb-item {
2
display: inline-block;
3
- /* stylelint-disable-next-line primer/spacing */
4
- margin-left: -0.35em;
5
list-style: none;
6
max-width: 100%;
7
@@ -10,15 +8,12 @@
10
8
height: 0.8em;
11
9
/* stylelint-disable-next-line primer/spacing */
12
margin: 0 0.5em;
+ padding-left: 0.35em;
13
content: '';
14
/* stylelint-disable-next-line primer/borders */
15
border-right: 0.1em solid var(--borderColor-neutral-emphasis);
16
transform: rotate(15deg) translateY(0.0625em);
17
}
18
-
19
- &:first-child {
20
- margin-left: 0;
21
- }
22
23
24
.breadcrumb-item-selected,
@@ -33,4 +28,4 @@
33
28
color: var(--fgColor-default);
34
29
text-decoration: none !important;
35
30
cursor: default !important;
36
-}
31
+}
0 commit comments