Fix password reset alignment issue.

This fixes the password reset input box not lining up with the button.
This commit is contained in:
Brock Whittaker 2017-08-01 13:03:29 -07:00 committed by Tim Abbott
parent c095ac6279
commit 334689ad51
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ html {
.new-style button {
display: inline-block;
vertical-align: top;
margin-top: 20px;
margin-top: 25px;
}
.new-style button:focus {