We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.8.0
Chrome v69
Create a List with Cards organized in a grid. One or several Cards might have a long title prop in their Meta.
List
Card
title
Meta
Meta titles are supposed to display ellipsis if they're too long to fit in the parent Card.
In this situation the Card width adapts to the Meta title, therefore underlapping the next card if the title is too long. See screenshots here.
This could be fixed by adding width: 100% to the .ant-list-grid.ant-list-item-content class. Not sure about the side effects though.
width: 100%
.ant-list-grid.ant-list-item-content
The text was updated successfully, but these errors were encountered:
0e2c58e
chenshuai2144
No branches or pull requests
Version
3.8.0
Environment
Chrome v69
Reproduction link
Steps to reproduce
Create a
List
withCard
s organized in a grid. One or severalCard
s might have a longtitle
prop in theirMeta
.What is expected?
Meta
titles are supposed to display ellipsis if they're too long to fit in the parentCard
.What is actually happening?
In this situation the
Card
width adapts to theMeta
title, therefore underlapping the next card if the title is too long. See screenshots here.This could be fixed by adding
width: 100%
to the.ant-list-grid.ant-list-item-content
class. Not sure about the side effects though.The text was updated successfully, but these errors were encountered: