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:
@@ -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 {
|
||||
|
||||
2
wp-admin/css/forms-rtl.min.css
vendored
2
wp-admin/css/forms-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -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 {
|
||||
|
||||
2
wp-admin/css/forms.min.css
vendored
2
wp-admin/css/forms.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user