bug de présentation login

This commit is contained in:
fredtempez 2021-02-06 19:05:46 +01:00
parent e9c3c2ba22
commit 9367721d99
1 changed files with 4 additions and 0 deletions

View File

@ -1162,6 +1162,10 @@ label {
margin-bottom: 4px;
}
.captcha label {
display:inline-block;
}
/* Simule le padding des cols pour les inputs en dehors des cols */
:not([class^="col"])>.inputWrapper {
padding: 10px 0;