N°3592 - Migrate module to new UIBlock system : Customized request forms - remove space in edit screen

This commit is contained in:
acognet
2021-07-27 14:38:44 +02:00
parent a7ac9126a2
commit 146a95baec
5 changed files with 9 additions and 8 deletions

View File

@@ -205,3 +205,7 @@ $ibo-field--value-decoration--spacing-x: 0.5rem !default;
.multi_values {
background-color: #c33;
}
.form_field ~ .form_field {
margin-top: $ibo-field--sibling-spacing;
}