Application Passwords: Ensure the password field displays correctly on small screens.

This changeset improves the responsiveness of the Application password input field.

Follow-up to [62043].

Props ekla, audrasjb, nimeshatxecurify.
Fixes #64880.


Built from https://develop.svn.wordpress.org/trunk@62057


git-svn-id: http://core.svn.wordpress.org/trunk@61339 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb
2026-03-19 07:12:48 +00:00
parent 27ab724ef7
commit 80babf626c
5 changed files with 7 additions and 5 deletions

View File

@@ -1058,7 +1058,8 @@ table.form-table td .updated p {
.application-password-display input.code {
margin-bottom: 6px;
width: 20em;
width: 100%;
max-width: 20em;
}
.auth-app-card.card {

File diff suppressed because one or more lines are too long

View File

@@ -1057,7 +1057,8 @@ table.form-table td .updated p {
.application-password-display input.code {
margin-bottom: 6px;
width: 20em;
width: 100%;
max-width: 20em;
}
.auth-app-card.card {

File diff suppressed because one or more lines are too long

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '7.0-beta5-62056';
$wp_version = '7.0-beta5-62057';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.