mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix spacing issues with TOTP code during login
This commit is contained in:
parent
5b703c8db5
commit
088891d108
@ -53,6 +53,13 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.cp-password-form {
|
||||
flex-flow: row !important;
|
||||
input:not(:last-child) {
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
.cp-container {
|
||||
padding-top: 3em;
|
||||
min-height: 66vh;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user