-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Update the line height for components #60028
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Size Change: 0 B Total Size: 1.71 MB ℹ️ View Unchanged
|
Like we flagged in the original PR, this is a change with rather widespread effects that I think warranted some basic visual testing across the affected components. It also warrants a changelog entry. And the snapshot tests were merged without updating so they are failing on trunk now. |
* Update snapshots to fix JS tests and match changes from #60028 * Add changelog entry --------- Co-authored-by: scruffian <[email protected]> Co-authored-by: ramonjd <[email protected]> Co-authored-by: mirka <[email protected]> Co-authored-by: tyxla <[email protected]>
Co-authored-by: scruffian <[email protected]> Co-authored-by: jasmussen <[email protected]>
* Update snapshots to fix JS tests and match changes from WordPress#60028 * Add changelog entry --------- Co-authored-by: scruffian <[email protected]> Co-authored-by: ramonjd <[email protected]> Co-authored-by: mirka <[email protected]> Co-authored-by: tyxla <[email protected]>
What? / Why?
In #59645 we discovered that we are using the wrong line height for components. The CSS declares
$default-line-height: 1.4;
so we should update the JS settings to match.How?
Update the JS config.
Testing Instructions
Screenshots or screencast
cc @jasmussen