Skip to content

Commit c27b08e

Browse files
committed
change display to inline
1 parent a1320e0 commit c27b08e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

app/components/primer/beta/breadcrumbs.pcss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.breadcrumb-item {
2-
display: inline-block;
2+
display: inline; /* Fix wrapping alignment */
3+
margin-left: -0.35em;
34
list-style: none;
45
max-width: 100%;
56

@@ -15,6 +16,10 @@
1516
}
1617
}
1718

19+
.breadcrumb-item:first-child {
20+
margin-left: 0;
21+
}
22+
1823
.breadcrumb-item-selected,
1924
.breadcrumb-item[aria-current]:not([aria-current='false']) {
2025
&::after {

0 commit comments

Comments
 (0)