Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: adjust login form margins for consistency (#61667) #7770

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/wp-admin/css/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ p {
}

.login form {
margin-top: 20px;
margin-left: 0;
margin: 24px 0;
padding: 26px 24px;
font-weight: 400;
overflow: hidden;
Expand Down Expand Up @@ -284,7 +283,7 @@ p {
font-size: 20px;
font-weight: 400;
line-height: 1.3;
margin: 0 auto 25px;
margin: 0 auto 24px;
padding: 0;
text-decoration: none;
width: 84px;
Expand Down
Loading