mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@56636 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user