Skip to content

Commit

Permalink
fix: fix contributors css overflow not wrap (ant-design#20838)
Browse files Browse the repository at this point in the history
  • Loading branch information
AshoneA authored and afc163 committed Jan 12, 2020
1 parent b60eb4d commit 29905f6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions site/theme/static/contributors.less
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
.contributors-list {
display: flex;
flex-wrap: wrap;
margin-top: 120px !important;

a + a,
a,
.ant-avatar + .ant-avatar {
margin-left: 8px;
margin-right: 8px;
margin-bottom: 8px;
}
}

0 comments on commit 29905f6

Please sign in to comment.