Skip to content

Commit

Permalink
fix divider not showing between breadcrumbs (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvice authored Jan 24, 2023
1 parent f568198 commit 785ceac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/breadcrumbs/theme.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
breadcrumbs: {
base: 'flex w-full flex-wrap text-sm [&>*]:after:content-["/"] [&>*]:after:mx-1 [&>*]:after:text-neutral-400 [&>*:last-child]:after:content-none',
base: "flex w-full flex-wrap text-sm [&>*]:after:content-['/'] [&>*]:after:mx-1 [&>*]:after:text-neutral-400 [&>*:last-child]:after:content-none",
},
breadcrumbLink: {
base: 'whitespace-nowrap',
Expand Down

0 comments on commit 785ceac

Please sign in to comment.