mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
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:
parent
73a250d54d
commit
f02248e1e5
1 changed files with 4 additions and 0 deletions
|
@ -478,6 +478,10 @@
|
|||
gap: 16px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
input {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.home-registration-sign-up {
|
||||
|
|
Loading…
Reference in a new issue