-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Statistic] Size inside Group Does Not Work #3116
Comments
Looks like an inheritance issue |
Fixed in |
Hi @jlukic , Very glad you're back! This issue is still valid. Using |
@andreyvk I found the same issue, and whilst it might not be the same solution, I found this: Semantic-Org/Semantic-UI-React#970 And confirmed that it works like I want it to - instead of:
Try to do this:
This wont help if you're wanting to mix sizes though |
I have a couple of horizontal statistics in a group. I want every single statistic in it to be "tiny".
Although the "size" parameter applies correctly on independant statistics, as soon as they are grouped it does not work anymore. I think there is a bug.
Here is a JSFiddle that perfectly demonstrates the problem: http://jsfiddle.net/c2z7ve1a/
The text was updated successfully, but these errors were encountered: