From 107c730164c9d2941c41a4f5ff51b1a9e91cf0a8 Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Wed, 20 Sep 2023 17:53:53 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/forms.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/wp-admin/css/forms.css b/src/wp-admin/css/forms.css index 09ad1a3c3a..7274b0bcd7 100644 --- a/src/wp-admin/css/forms.css +++ b/src/wp-admin/css/forms.css @@ -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; }