mirror of https://github.com/zulip/zulip.git
Fix password reset alignment issue.
This fixes the password reset input box not lining up with the button.
This commit is contained in:
parent
c095ac6279
commit
334689ad51
|
@ -241,7 +241,7 @@ html {
|
|||
.new-style button {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
margin-top: 20px;
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
.new-style button:focus {
|
||||
|
|
Loading…
Reference in New Issue