Skip to content

Commit

Permalink
fix(breadcrumb): corrects margin for item separator
Browse files Browse the repository at this point in the history
  • Loading branch information
hamo225 committed Nov 4, 2024
1 parent ef218d8 commit a909a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/primevue/breadcrumb/breadcrumb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const breadcrumb: BreadcrumbPassThroughOptions = {
class: tw`ris-link1-regular inline-flex cursor-pointer items-center leading-tight no-underline outline-4 outline-offset-4 outline-blue-800 hover:underline focus:outline`,
},
separator: {
class: tw`mx-2 flex items-center text-gray-600`,
class: tw`mx-6 flex items-center text-gray-600`,
},
};

Expand Down

0 comments on commit a909a49

Please sign in to comment.