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
Currently every Stats card option (small, medium, large and Extra large) has its own maximum width set along side with other properties.
https://design.undp.org/?path=/story/components-ui-components-cards-stats-card--stats-card-story
We need to introduce an option to add .full-width class which will reset that property and let stats card occupy entire container
.full-width
The text was updated successfully, but these errors were encountered:
#1478 - added "remove max-width" option to stats-cards and updated docs
373957d
#1478 - changes in stats-cards.scss
5416c24
Merge pull request #1483 from undp/1478-stats-cards-remove-max-width
d537f71
No branches or pull requests
Currently every Stats card option (small, medium, large and Extra large) has its own maximum width set along side with other properties.
https://design.undp.org/?path=/story/components-ui-components-cards-stats-card--stats-card-story
We need to introduce an option to add
.full-width
class which will reset that property and let stats card occupy entire containerThe text was updated successfully, but these errors were encountered: