Administration: Fix password layout for RTL and mobile.

Adjust hide password field to be full width on mobile and remove 5rem left padding inside input.

Props sabernhardt.
Fixes #9883.

git-svn-id: https://develop.svn.wordpress.org/trunk@55989 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Joe Dolson 2023-06-22 14:35:23 +00:00
parent 9e9887d8b8
commit 38950d24c3

View File

@ -561,7 +561,6 @@ fieldset label,
/* rtl:ignore */
#mailserver_pass {
direction: ltr;
padding-right: 2.5rem;
}
@ -1769,6 +1768,15 @@ table.form-table td .updated p {
display: inline-block;
}
.mailserver-pass-wrap .wp-pwd {
display: block;
}
/* rtl:ignore */
#mailserver_pass {
padding-left: 10px;
}
.options-general-php input[type="text"].small-text {
max-width: 6.25em;
margin: 0;