-
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
Fix #3439 - Now steps can be .unstackable #3714
Conversation
Thanks for posting this. Everything looks good. I've attached a milestone and will be reviewing this as soon as I can. |
Has this been merged? I'm using 2.2.1 but providing |
Is there a reason that this hasn't been added? |
Semantic 2.2.6 Still not merged. What's up? |
Please add this feature |
Hey everyone. It's kind of silly that this hasn't been integrated. So I've whipped up some code which should work. |
This is a nice feature! Hope the PR will be merged soon. 👍 |
At the width of a step, steps are basically unusable in mobile non-tablet contexts. At least with the .unstackable fix, we are able to use small horizontal sets of steps. Please consider merging this PR. |
It's in |
Fix for #3439.
Now, when using .step, you may provide .unstackable (unresponsive) class to disable stacking of Step element.