-
Notifications
You must be signed in to change notification settings - Fork 33
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
bug(Forms): using Form.SubHeading inside a card with stack doesn't display the stack border #3078
Comments
Conclusion of discussion: Remove |
Actually, we rather should make "space" the default separator and make the line "opt-in". I have started on this change already. |
🎉 This issue has been resolved in version 10.17.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Bug Report
Using
Form.SubHeading
inside a card with stack doesn't display the stack border between the elements in the card.I'm not 100% sure what we want the expected result to be here, but I find it strange that the "stack border" doesn't display in this scenario.
There's a lot of demos/examples in the docs that's written like this, and the "stack border" is not displayed. So it would be nice to know if it should be like this, or not 🙏
To Reproduce
Take a look in the following CSB.
It includes a few different demos/examples, using Form and Card stack.
The text was updated successfully, but these errors were encountered: