Skip to content

Commit 2778f48

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@58383 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 1488682 commit 2778f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/css/login.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ p {
141141
.login form {
142142
margin-top: 20px;
143143
margin-left: 0;
144-
padding: 26px 24px 34px;
144+
padding: 26px 24px;
145145
font-weight: 400;
146146
overflow: hidden;
147147
background: #fff;

0 commit comments

Comments
 (0)