Admin UI: ensure consistent header spacing with and without actions#76683
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: +126 B (0%) Total Size: 7.82 MB 📦 View Changed
ℹ️ View Unchanged
|
84e9163 to
0723ccc
Compare
|
Flaky tests detected in 2084fb1. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/25062956580
|
75ea9ad to
4857f06
Compare
4857f06 to
a284cb5
Compare
Co-authored-by: Marco Ciampini <marco.ciampo@gmail.com>
Co-authored-by: Marco Ciampini <marco.ciampo@gmail.com>
Co-authored-by: Mikael Korpela <mikael@ihminen.org>
1dbf587 to
2084fb1
Compare
See design convo #76709
Follow-up to findings in title/breadcrumb size adjustment PR:
What?
Part of the changes suggested in:
Set consistent height for title + breadcrumbs + badge + actions row; previously, the row height would depend on whether there were actions or not, making the gap between title and subtitle inconsistent.
Also stops outputting the actions container if there are no actions.
Set consistent height for title + breadcrumbs + badge + actions row
All patterns
Before

After

Connectors
Before

After

Fonts
Before

After

Helps with the gap between the title row and the subtitle to always stay consistent regardless if there are actions or not.
Don't output actions container if there are no actions
Before

After

Why?
How?
Testing Instructions
Screenshots or screencast
Use of AI Tools