Merge pull request #17708 from overleaf/dp-reg-form-alignment

Fix alignment of email/password inputs on home registration form

GitOrigin-RevId: 3f1c12a4575f09b73f1d4362c8b3ad83386c6af4
This commit is contained in:
Andrew Rumble 2024-04-03 16:36:50 +01:00 committed by Copybot
parent 73a250d54d
commit f02248e1e5

View file

@ -478,6 +478,10 @@
gap: 16px;
margin-bottom: 0;
}
input {
flex: 1;
}
}
.home-registration-sign-up {