Skip to content

Commit 1197efe

Browse files
authored
fix: wrong style when breadcrumbs display background (vbenjs#4472)
1 parent 2a83f1d commit 1197efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@core/ui-kit/shadcn-ui/src/components/breadcrumb/breadcrumb-background.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ li:last-child a::after {
8383
8484
li a::before,
8585
li a::after {
86-
@apply border-accent absolute top-0 h-0 w-0 border-[14px] border-solid content-[''];
86+
@apply border-accent absolute top-0 h-0 w-0 border-[.875rem] border-solid content-[''];
8787
}
8888
8989
li a::before {

0 commit comments

Comments
 (0)