Skip to content

Commit

Permalink
fix: wrong style when breadcrumbs display background (#4472)
Browse files Browse the repository at this point in the history
  • Loading branch information
dowithless authored Sep 23, 2024
1 parent 2a83f1d commit 1197efe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ li:last-child a::after {
li a::before,
li a::after {
@apply border-accent absolute top-0 h-0 w-0 border-[14px] border-solid content-[''];
@apply border-accent absolute top-0 h-0 w-0 border-[.875rem] border-solid content-[''];
}
li a::before {
Expand Down

0 comments on commit 1197efe

Please sign in to comment.