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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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
Convert to W3C DTCG format, (#1481)
c2c39bd
* Version bumped to 1.3.9 * Convert to W3C DTCG format, read more at https://docs.tokens.studio/convert-to-dtcg-format * Update package-lock.json * #1478 - added "remove max-width" option to stats-cards and updated docs * #1478 - changes in stats-cards.scss * Updated lock file * Lock file updated --------- Co-authored-by: Jura Khrapunov <jura.khrapunov@undp.org> Co-authored-by: elijah <elijahkim45@gmail.com>
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: