Skip to content

Commit

Permalink
🐛 Fix nested List style in grid layout
Browse files Browse the repository at this point in the history
close #18460
close #18583
  • Loading branch information
afc163 committed Sep 2, 2019
1 parent ecc7fb6 commit c74c868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/list/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
}
}

&-grid &-item {
&-grid .@{ant-prefix}-col > &-item {
display: block;
max-width: 100%;
margin-bottom: 16px;
Expand Down

0 comments on commit c74c868

Please sign in to comment.