Skip to content
New issue

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

[Statistics] add Stackable and/or Doubling #152

Closed
Atulin opened this issue Oct 4, 2018 · 0 comments
Closed

[Statistics] add Stackable and/or Doubling #152

Atulin opened this issue Oct 4, 2018 · 0 comments
Assignees
Labels
lang/css Anything involving CSS type/feat Any feature requests or improvements
Milestone

Comments

@Atulin
Copy link

Atulin commented Oct 4, 2018

Statistics seems to be behaving similarly to row, and each statistic is like a column. Overflowing statistics go to a new row, a number of statistics can be explicitly declared, etc. But does it have anything like stackable or doubling?

Because without those, this
image
Turns into this on mobile:
image

It could be solved by putting each statistic into a separate column in a grid, but why utilize a completely different container, if statistics is already there. I would also mean one less layer of nesting (statistics->statistic vs grid->column->statistic)

@ColinFrick ColinFrick added type/feat Any feature requests or improvements lang/css Anything involving CSS labels Oct 5, 2018
@prudho prudho self-assigned this Nov 5, 2018
@lubber-de lubber-de added this to the 2.6.4 milestone Nov 5, 2018
@y0hami y0hami closed this as completed in dd04a90 Nov 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang/css Anything involving CSS type/feat Any feature requests or improvements
Projects
None yet
Development

No branches or pull requests

4 participants