Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

FormControl-spacingWrapper shows excessive whitespace when form has hidden inputs #3194

Closed
gwwar opened this issue Nov 13, 2024 · 1 comment · Fixed by #3202
Closed

FormControl-spacingWrapper shows excessive whitespace when form has hidden inputs #3194

gwwar opened this issue Nov 13, 2024 · 1 comment · Fixed by #3202
Assignees

Comments

@gwwar
Copy link
Contributor

gwwar commented Nov 13, 2024

Try creating a form with hidden inputs. The row-gap css rule adds extra whitespace.

To see an example live:

  • Visit github.com/#
  • Pick enterprise
  • Click to activate the enterprise
  • The billing information form has excess whitespace
extra space from hidden inputs disable row gap
Form with four extra lines of space at the top Form without spaces between inputs
@gwwar
Copy link
Contributor Author

gwwar commented Nov 13, 2024

Likely this file:

row-gap: var(--stack-gap-normal);

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants