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 { .cp-form-individual {
background: @cp_form-bg1; background: @cp_form-bg1;
padding: 10px; padding: 10px;
margin-bottom: 20px;
& > *:not(:last-child) { & > *:not(:last-child) {
margin-right: 10px; margin-right: 10px;
} }

Loading…
Cancel
Save