style: fix Breadcrumb reset style (#35235)

close https://github.com/ant-design/ant-design/issues/35233
This commit is contained in:
afc163 2022-04-26 11:07:57 +08:00 committed by GitHub
parent 6da5d6492b
commit 4a6db91365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,8 @@
ol {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
}