Fix spacing issues with TOTP code during login

This commit is contained in:
yflory 2023-06-06 15:56:20 +02:00
parent 5b703c8db5
commit 088891d108

View file

@ -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;