mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
Fix password reset alignment issue.
This fixes the password reset input box not lining up with the button.
This commit is contained in:
committed by
Tim Abbott
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 {
|
||||
|
||||
Reference in New Issue
Block a user