form: fix the bottom margin of the siret element
This commit is contained in:
parent
8693ca3e3a
commit
005ff4bed5
2 changed files with 8 additions and 2 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue