fix: breadcrumb

This commit is contained in:
Lucas Larroche 2023-12-28 12:23:23 +07:00
parent 6337166676
commit bd5cbeee6c
10 changed files with 19 additions and 13 deletions

View file

@ -89,6 +89,7 @@
&:not(:last-child) {
&::after {
display: inline-block;
position: absolute;
width: calc(var(#{$}nav-link-spacing-horizontal) * 4);
margin: 0 calc(var(#{$}nav-link-spacing-horizontal) * -1);
@ -96,7 +97,6 @@
color: var(#{$}muted-color);
text-align: center;
text-decoration: none;
display: inline-block;
white-space: nowrap;
}
}