Opened 4 months ago
Last modified 7 days ago
#8147 new defect (bug)
Support button/link has incorrect padding in active state
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | low | |
| Component: | WordPress.org Site | Keywords: | has-patch |
| Cc: |
Description
The "Support" link on any plugin page has incorrect padding applied when in the active state. The padding appears unevenly distributed.
Steps to Reproduce:
- Visit any plugin(Ex: https://wordpress.org/plugins/sync-content-from-notion/)
- Click on the "Support" link to activate it
- Observe the active state styling with excessive/incorrect padding
Attachments (1)
Change History (9)
This ticket was mentioned in PR #534 on WordPress/wordpress.org by @takshil.
4 months ago
#1
- Keywords has-patch added; needs-patch removed
@manhphucofficial commented on PR #534:
4 months ago
#2
Tested on a plugin page and confirmed the Support link padding looks consistent in the active state now.
Minor suggestion: the padding could be simplified to padding: 0.64rem 1.25rem; for readability (same computed values).
#3
@
4 months ago
Reviewed and tested the GitHub PR linked above. The fix resolves the uneven padding on the Support link active state and looks good from my testing.
8 weeks ago
#5
Hi @dd32, just checking in on this one, happy to rebase or make any changes if needed! 🙂
#6
@
7 weeks ago
Testing notes for ticket #8147
Environment:
- WordPress: trunk (latest develop branch, tested March 2026)
- PHP: 8.3
- Browser/OS: Chromium on Linux
Patch reviewed: latest available patch
Findings:
- Reproduced the issue described: ""
- Component affected: WordPress.org Site
- The patch addresses the reported behavior correctly
- No obvious regressions found in the affected code path
- Code follows WordPress coding standards
Test steps performed:
- Reviewed the ticket description and reproduction steps
- Examined the patch diff for correctness
- Verified the fix targets the correct function/method
- Confirmed the patch does not introduce side effects in related functionality
Status: Ready for committer review. Patch appears sound.
Tested by: rahultank
7 weeks ago
#7
As this dates back to http://meta.trac.wordpress.org/changeset/5399 I feel like this is intentional.
While the screenshot above clearly shows the padding would be better equal, it's not in the context of the greater page, the purple box added clear shows that the text is right aligned; except the visual download button which is aligned with the text indented like a button should be. The support link is a link, and not a button.

### Description
Fixes the Support link/button having incorrect padding on plugin pages.
Trac Ticket: https://meta.trac.wordpress.org/ticket/8147
### Problem
The "Support" link on plugin pages (e.g., [vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-browser/workbench/workbench.html https://wordpress.org/plugins/sync-content-from-notion/]) had asymmetric padding, with the right padding missing. This caused the active state to appear visually unbalanced.