-
Notifications
You must be signed in to change notification settings - Fork 116
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
Form elements do not have sufficient vertical spacing #3042
Comments
Thanks for bringing this up @HDinger 😄 If you have time to put together a PR for this, I would be happy to review it. You're right that we shouldn't have to wrap each form field in a group wrapper, although the framework does that automatically. It might be worth removing caption padding and increasing the padding on the group element. Thoughts? |
Hi @camertron I gave it a shot in #3087. I'd be happy to get your review on this. I for now tried to simply increase the space which is given by the
|
I don't think form elements should project padding/margins. The spacing between form controls should be handled by the layout CSS in whatever context you're rendering the form controls in. |
This can be closed as it is tackled in #3159 |
Steps to reproduce
Actual behavior
FormControl-spacingWrapper
adds a spacing of 8px in between the elements which is not enough imhoFormGroup
around each individual field to add more spacing (see for example https://github.com/settings/profile)Expected behavior
The text was updated successfully, but these errors were encountered: