Skip to content

Commit 93a5c1b

Browse files
author
Lutz
committed
Fix positioning of text root breadcrumb
1 parent cbd1221 commit 93a5c1b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css/breadcrumb-style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@
6565
font-size: 1.3em;
6666
}
6767

68+
.breadcrumbs a.breadcrumb-item:after {
69+
padding-right: 0.5rem;
70+
padding-left: 0.5rem;
71+
content: "/";
72+
}
73+
6874
.breadcrumbs .icon:after {
6975
display: inline-block;
7076
padding-right: 0.5rem;

0 commit comments

Comments
 (0)