fix: breadcrumb shows the number (#35123)

This commit is contained in:
二货机器人 2022-04-20 15:26:18 +08:00 committed by GitHub
parent b666bfd3d1
commit 9eae13a968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@
ol { ol {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
list-style: none;
} }
a { a {