Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.4.1
chrome
<List footer={"test"} grid={{ gutter: 16, column: 4 }} dataSource={data} renderItem={item => ( <List.Item> <Card title={item.title}>Card content</Card> </List.Item> )} />
list-item has no border-bottom
list-item has border-bottom
The text was updated successfully, but these errors were encountered:
2939aea
Successfully merging a pull request may close this issue.
Version
3.4.1
Environment
chrome
Reproduction link
Steps to reproduce
What is expected?
list-item has no border-bottom
What is actually happening?
list-item has border-bottom
The text was updated successfully, but these errors were encountered: