Add margin to individual response list

- prevents response title to be mixed up with first question
This commit is contained in:
David Benqué 2021-07-26 15:38:21 +01:00
parent a4b89fff84
commit 04a616f87d

View file

@ -548,6 +548,7 @@
.cp-form-individual {
background: @cp_form-bg1;
padding: 10px;
margin-bottom: 20px;
& > *:not(:last-child) {
margin-right: 10px;
}