fix: wrong style when breadcrumbs display background (#4472)

pull/48/MERGE
neo.dowithless 2024-09-23 14:15:46 +08:00 committed by GitHub
parent 2a83f1d666
commit 1197efea26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 {