#64738 closed defect (bug) (fixed)
Application password field is too narrow since padding was increased on inputs
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 7.0 | Priority: | normal |
| Severity: | normal | Version: | trunk |
| Component: | Application Passwords | Keywords: | has-patch commit has-screenshots |
| Focuses: | Cc: |
Description
Since the form fields in the admin area had their padding increased in [61645], the Application Password field is not long enough to display the full password. It partially cuts off the last character.
Increasing the width from 19em to 20em works for me.
Tested in Chrome on macOS 26.
CC @fabiankaegy in case you can think of any other fixed-width inputs that might be affected.
Attachments (2)
Change History (13)
This ticket was mentioned in PR #11072 on WordPress/wordpress-develop by @nimeshatxecurify.
6 weeks ago
#1
- Keywords has-patch added; needs-patch removed
Adjusts the width of the application password display input. This provides better visual presentation and prevents content truncation.
This ticket was mentioned in Slack in #core by amykamala. View the logs.
6 weeks ago
#4
@
6 weeks ago
Test Report
Description
This report validates whether the indicated patch works as expected.
Patch tested: https://github.com/WordPress/wordpress-develop/pull/11072
Environment
- WordPress: 7.0-beta2-20260227.042535
- PHP: 7.4.33
- Server: PHP.wasm
- Database: WP_SQLite_Driver (Server: 8.0.38 / Client: 3.51.0)
- Browser: Firefox 149.0
- OS: macOS
- Theme: Twenty Twenty-Five 1.4
- MU Plugins: None activated
- Plugins:
- Test Reports 1.2.1
Actual Results
- ✅ Issue resolved with patch.
Supplemental Artifacts
#5
@
5 weeks ago
Test Report
Description
This report validates whether the indicated patch works as expected.
Patch tested: https://github.com/WordPress/wordpress-develop/pull/11072
Environment
WordPress: 7.0-beta3
PHP: 8.2.7
Server: ngnix
Browser: Chrome 145.0.0.0
OS: macOS
Theme: Twenty Twenty-Five
MU Plugins: None activated
Before Patch:
https://d.pr/i/rPaCUY
After Patch
https://d.pr/i/kaxKCV
Result
✅ Issue resolved with this patch.
@huzaifaalmesbah commented on PR #11072:
5 weeks ago
#6
@abdullah17 commented on PR #11072:
4 weeks ago
#7
Tested PR #11072 on WordPress 7.0 trunk.
Patch tested:
https://patch-diff.githubusercontent.com/raw/WordPress/wordpress-develop/pull/11072.diff
Environment:
- macOS + MAMP
- PHP 8.2
- Chrome 145.0.7632.162 (arm64)
- Theme: Twenty Twenty-Five
- Plugins: Tested with no plugins active and with a few plugins activated
Steps to reproduce:
- Opened Users → Profile.
- Navigated to the Application Passwords section.
- Generated an application password and inspected the display field.
Result:
✅ The patch fixes the narrow field issue and the input now appears wider and easier to read. I did not observe any layout regressions on the profile screen.
✅ Issue resolved with patch.
@audrasjb commented on PR #11072:
4 weeks ago
#8
#9
@
4 weeks ago
- Keywords commit has-screenshots added
- Owner set to audrasjb
- Status changed from new to accepted

Screenshot