We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc44e48 commit b40bc20Copy full SHA for b40bc20
assets/css/v2/style.css
@@ -403,9 +403,17 @@ ol li:last-child {
403
}
404
405
.breadcrumb-layout {
406
- border-bottom: 1px solid oklch(var(--color-divider));
407
align-items: center;
408
padding: var(--space-xs) 0;
+
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
+ }
417
418
419
.content {
0 commit comments