fix: breadcrumb seperators hidden when used in list (#36448)

This commit is contained in:
Leon Kattendick 2022-07-10 06:05:16 +02:00 committed by GitHub
parent 4614d15dc4
commit 46be23a5db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@
}
}
li:last-child &-separator {
li:last-child > &-separator {
display: none;
}