form: fix the bottom margin of the siret element

This commit is contained in:
Pierre de La Morinerie 2020-02-10 16:44:37 +01:00
parent 8693ca3e3a
commit 005ff4bed5
2 changed files with 8 additions and 2 deletions

View file

@ -335,6 +335,13 @@
}
}
.siret-info {
margin-top: -$default-fields-spacer;
margin-bottom: $default-fields-spacer;
// Ensure the bottom-margin is not collapsed when the element is empty
min-height: 1px;
}
.send-wrapper {
display: flex;
width: 100%;