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:
parent
59e8596941
commit
453fb650d6
|
@ -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
|
@ -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
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue