Merge branch '10400' into 11000

This commit is contained in:
fredtempez 2021-02-06 19:06:06 +01:00
commit 734d3e67fa
1 changed files with 4 additions and 0 deletions

View File

@ -1153,6 +1153,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;