sin margin breadcrumbs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
077ea1af56
commit
4ce02977eb
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
||||||
class="flex justify-between rounded-md border border-neutral-200/60 px-3.5 py-1"
|
class="flex justify-between rounded-md border border-neutral-200/60 px-3.5 py-1"
|
||||||
>
|
>
|
||||||
<ol
|
<ol
|
||||||
class="mb-3 inline-flex items-center space-x-1 text-xs text-neutral-500 sm:mb-0 [&_.active-breadcrumb]:font-medium [&_.active-breadcrumb]:text-neutral-600"
|
class="inline-flex items-center space-x-1 text-xs text-neutral-500 sm:mb-0 [&_.active-breadcrumb]:font-medium [&_.active-breadcrumb]:text-neutral-600"
|
||||||
>
|
>
|
||||||
{#each $pageBreadcrumbs as crumb, index}
|
{#each $pageBreadcrumbs as crumb, index}
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Reference in a new issue