Users: Improve vertical spacing consistency in labels.

Adjust display of user profile labels on small screens so they are consistent with the layout used elsewhere.

Props nandhuraj, costdev, sabernhardt, sarathar, vivekawsm.
Fixes #58493.
Built from https://develop.svn.wordpress.org/trunk@56636


git-svn-id: http://core.svn.wordpress.org/trunk@56148 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
joedolson 2023-09-20 17:55:17 +00:00
parent 59e8596941
commit 453fb650d6
5 changed files with 13 additions and 3 deletions

View File

@ -1709,6 +1709,11 @@ table.form-table td .updated p {
font-size: 14px;
}
.form-table td > label:first-child {
display: inline-block;
margin-top: 0.35em;
}
.background-position-control .button-group > label {
font-size: 0;
}

File diff suppressed because one or more lines are too long

View File

@ -1708,6 +1708,11 @@ table.form-table td .updated p {
font-size: 14px;
}
.form-table td > label:first-child {
display: inline-block;
margin-top: 0.35em;
}
.background-position-control .button-group > label {
font-size: 0;
}

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4-alpha-56635';
$wp_version = '6.4-alpha-56636';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.