Skip to content

Commit

Permalink
style: fix Breadcrumb reset style (#35235)
Browse files Browse the repository at this point in the history
close #35233
  • Loading branch information
afc163 committed Apr 26, 2022
1 parent 6da5d64 commit 4a6db91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/breadcrumb/style/index.less
Expand Up @@ -16,6 +16,8 @@
ol {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
}

Expand Down

0 comments on commit 4a6db91

Please sign in to comment.