mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +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 {
|
.new-style button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
margin-top: 20px;
|
margin-top: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.new-style button:focus {
|
.new-style button:focus {
|
||||||
|
|||||||
Reference in New Issue
Block a user