form: add missing spacing after explanations

This commit is contained in:
Pierre de La Morinerie 2018-07-09 18:18:42 +02:00
parent adab8e44ff
commit c4bf47398e

View file

@ -251,8 +251,9 @@
}
.explication {
background-color: $light-grey;
margin-bottom: 2 * $default-padding;
padding: $default-padding;
background-color: $light-grey;
p:not(:last-child) {
margin-bottom: $default-padding;