Add margin to individual response list

- prevents response title to be mixed up with first question
pull/1/head
David Benqué 3 years ago
parent a4b89fff84
commit 04a616f87d

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

Loading…
Cancel
Save