Opened 4 months ago
Closed 8 weeks ago
#62499 closed enhancement (fixed)
Number in "Add Themes" screen is misaligned and touches the border
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.8 | Priority: | low |
Severity: | minor | Version: | |
Component: | Themes | Keywords: | has-patch has-screenshots has-testing-info commit |
Focuses: | administration | Cc: |
Description
On the "Add Themes" screen in mobile view, the theme number displayed in the tab header is visually misaligned and touches the top border.
Attachments (4)
Change History (16)
This ticket was mentioned in PR #7856 on WordPress/wordpress-develop by @sukhendu2002.
4 months ago
#1
- Keywords has-patch added
#3
@
4 months ago
- Keywords needs-testing added
I’ve updated the previous patch by adding a margin to the .filter-count
instead of applying padding to the parent div. This ensures better spacing control while maintaining the parent div's original structure and dimensions.
#4
@
4 months ago
- Keywords has-testing-info added
Test Report
Description
This report validates whether the indicated patch works as expected.
Patch tested: https://core.trac.wordpress.org/attachment/ticket/62499/62499.2.patch
Environment
- WordPress: 6.8-alpha-59274-src
- PHP: 8.2.25
- Server: nginx/1.27.2
- Database: mysqli (Server: 8.0.40 / Client: mysqlnd 8.2.25)
- Browser: Chrome 130.0.0.0
- OS: Linux
- Theme: Twenty Twenty-Five 1.0
- MU Plugins: None activated
- Plugins:
- Test Reports 1.2.0
Actual Results
- ✅ Issue resolved with patch.
Additional Notes
- I tested both patches, and it seems that
62499.2.patch
works well for me.
#5
follow-up:
↓ 9
@
4 months ago
Test Report
Description
This report validates whether the indicated patch works as expected.
Patch tested: https://core.trac.wordpress.org/attachment/ticket/62499/62499.2.patch
Environment
- WordPress: 6.8-alpha-59422
- PHP: 8.2.25
- Server: Apache/2.4.62 (Debian)
- Database: mysqli (Server: 11.4.4-MariaDB-ubu2404 / Client: mysqlnd 8.2.25)
- Browser: Chrome 131.0.0.0
- OS: macOS
- Theme: Twenty Twenty-Five
Actual Results
- ✅ Issue resolved with patch.
Supplemental Artifacts
#6
@
4 months ago
Test Report
Description
This report validates that the indicated patch works as expected.
Patch tested: https://core.trac.wordpress.org/attachment/ticket/62499/62499.2.patch
Environment
- WordPress: 6.8-alpha-59274-src
- PHP: 8.2.22
- Server: nginx/1.27.0
- Database: mysqli (Server: 8.0.39 / Client: mysqlnd 8.2.22)
- Browser: Chrome 128.0.0.0 (Mobile)
- OS: Android
- Theme: Twenty Ten 4.3
- MU Plugins: None activated
- Plugins:
- Test Reports 1.2.0
Actual Results
- ✅ Issue resolved with patch.
Supplemental Artifacts
Added as Attachment
#7
@
4 months ago
- Component changed from General to Themes
- Focuses administration added; ui css removed
- Milestone changed from Awaiting Review to 6.8
- Priority changed from normal to low
#8
@
4 months ago
- Version 6.7 deleted
I found the misalignment in English as early as 6.1, likely related to adding the Block Themes filter link (#56283). In French, the number could touch the border in 6.0.
#9
in reply to:
↑ 5
@
4 months ago
Test Report
Description
This report validates whether the indicated patch works as expected.
Patch tested: https://core.trac.wordpress.org/attachment/ticket/62499/62499.2.patch
Environment
WordPress: 6.8-alpha-59274-src
PHP: 8.2.25
Server: nginx/1.27.2
Database: mysqli (Server: 8.0.40 / Client: mysqlnd 8.2.25)
Browser: Chrome 131.0.0.0
OS: macOS
Theme: Twenty Twenty-Five
Actual Results
✅ Count is now better positioned. The patch fixes the issue.
Supplemental Artifacts
#10
@
2 months ago
Reproduction Report
Description
This report validates whether the issue can be reproduced.
Environment
- WordPress: 6.8-alpha-59274-src
- PHP: 8.2.25
- Server: nginx/1.27.2
- Database: mysqli (Server: 8.0.40 / Client: mysqlnd 8.2.25)
- Browser: Chrome 131.0.0.0
- OS: macOS
- Theme: Twenty Twenty-Five 1.0
- MU Plugins: None activated
- Plugins:
- Test Reports 1.2.0
Actual Results
- Error condition does not occur.
Trac ticket: https://core.trac.wordpress.org/ticket/62499
This PR fixes the UI issue where the theme count in the "Add Themes" screen touches the border in mobile view.