Skip to content

Commit b40bc20

Browse files
committed
Grid: Added breadcrumb line overflow fully
1 parent dc44e48 commit b40bc20

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

assets/css/v2/style.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,17 @@ ol li:last-child {
403403
}
404404

405405
.breadcrumb-layout {
406-
border-bottom: 1px solid oklch(var(--color-divider));
407406
align-items: center;
408407
padding: var(--space-xs) 0;
408+
409+
&::after {
410+
content: "";
411+
position: absolute;
412+
bottom: 0;
413+
width: calc(100% + (-4 * var(--overflow-gutter-extension)));
414+
margin-left: calc(2 * var(--overflow-gutter-extension));
415+
border-bottom: 1px solid oklch(var(--color-divider));
416+
}
409417
}
410418
}
411419
.content {

0 commit comments

Comments
 (0)