-
Notifications
You must be signed in to change notification settings - Fork 432
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(form): preserve intrinsic block size of field labels #5639
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
No changes to documentation |
Component Testing Report Updated Feb 1, 2024 11:50 AM (UTC)
|
e866a90
to
9ce1eeb
Compare
9ce1eeb
to
5918dd7
Compare
@juice49 - any idea why the failed check? |
@jtpetty Which failure? I believe they're all passing for the latest commit, but I might be missing something! Update: Oh! Are you referring to this one?
|
@jtpetty This appears to be an issue with flaky tests. All passing on re-run 👍. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you! LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Description
This branch improves vertical alignment in boolean fields. It uses CSS size containment to prevent the block size of elements appended to field labels (such as the deprecated field badge) affecting the intrinsic block size of the label.
Closes #5579.
Before (non-deprecated booleans)
After (non-deprecated booleans)
Before (deprecated booleans)
After (deprecated booleans)
What to review
Testing
/test/structure/input-standard;booleansTest
).Notes for release
Improve vertical alignment of boolean fields.