Opened 3 weeks ago
Last modified 3 weeks ago
#65257 new defect (bug)
Theme title alignment/layout issue in Appearance → Themes screen when active theme label is displayed
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | has-patch |
| Focuses: | css | Cc: |
Description
In the Appearance → Themes admin screen, the active theme card layout breaks because the theme title container has a fixed height and overflow hidden.
When the 'Active:' label is prepended before the theme name, the title area becomes vertically misaligned compared to inactive theme cards.
Steps to Reproduce
- Install WordPress 7.0 RC-4
- Go to Appearance → Themes
- Activate any theme
- Compare the active theme card with inactive theme cards
Attachments (1)
Change History (2)
This ticket was mentioned in PR #11850 on WordPress/wordpress-develop by @intenzi.
3 weeks ago
#1
- Keywords has-patch added
Added border-top: none as Active theme was inheriting border-top: 1px which was causing vertical alignment issue by 1px.
Trac ticket: https://core.trac.wordpress.org/ticket/65257
## Use of AI Tools
AI assistance: Yes
Tool(s): Antigravity
Model(s): Gemini 3 Flash
Used for: Identifying the relevant css, final change was performed and reviewed by me.
screenshot