lint compliance

This commit is contained in:
yflory 2023-12-13 16:32:00 +01:00
parent bebbed8e05
commit 7c64779796
1 changed files with 3 additions and 3 deletions

View File

@ -64,10 +64,10 @@
}
.cp-password-container {
flex-wrap: wrap;
gap:0.5rem;
gap: 0.5rem;
justify-content:flex-start;
input {
justify-content: flex-start;
input {
flex-shrink: 1;
max-width: 400px;
}