Skip to content
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

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

Open
gwwar opened this issue Nov 13, 2024 · 1 comment
Labels

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/pricing
  • 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);

@primer primer deleted a comment from github-actions bot Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant