Login and Registration: Make the wp-login.php form padding more consistent.

This changeset removes the extra `padding-bottom` to the login form located in `wp-login.php`.

Props deeppatel8950, meetmehta1205, audrasjb, webcommsat, dhrumilk.
Fixes #61013.



Built from https://develop.svn.wordpress.org/trunk@58383


git-svn-id: http://core.svn.wordpress.org/trunk@57832 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2024-06-11 06:41:13 +00:00
parent 20630accce
commit 8faf5b618a
5 changed files with 5 additions and 5 deletions

View File

@ -142,7 +142,7 @@ p {
.login form {
margin-top: 20px;
margin-right: 0;
padding: 26px 24px 34px;
padding: 26px 24px;
font-weight: 400;
overflow: hidden;
background: #fff;

File diff suppressed because one or more lines are too long

View File

@ -141,7 +141,7 @@ p {
.login form {
margin-top: 20px;
margin-left: 0;
padding: 26px 24px 34px;
padding: 26px 24px;
font-weight: 400;
overflow: hidden;
background: #fff;

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.6-beta1-58382';
$wp_version = '6.6-beta1-58383';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.